Skip to content

Commit dc4e0ba

Browse files
author
Matthew Fisher
authored
doc(README): add debian installation instructions (#837)
1 parent a57ac5c commit dc4e0ba

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,17 @@ helmc install workflow-dev
5252

5353
### Python
5454

55-
Python 3.5 is a minimum requirement and can be installed via [Homebrew](http://brew.sh) for OS X or the package manager of choice on your OS.
55+
Python 3.5 is a minimum requirement and can be installed via `homebrew`:
56+
57+
```
58+
brew install python3
59+
```
60+
61+
Or via your package manager. For example, on Debian Jessie:
62+
63+
```
64+
apt-get install python3 python3-dev python3-venv
65+
```
5666

5767
With the correct Python in place the quickest way to get up and running is to run `make setup-venv` which will install the Python specific dependencies via [PIP](https://pip.pypa.io/en/stable/) inside an isolated (virtualenv)[https://docs.python.org/3/library/venv.html].
5868
Running `python --version` to verify the correct version is recommend.

0 commit comments

Comments
 (0)