add git to necessary programs
This commit is contained in:
parent
2ba75a4189
commit
ca7bc71788
@ -58,10 +58,10 @@ pip3 install 'meanas[test,examples]'
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Development install
|
### Development install
|
||||||
Install python3.7 and virtualenv:
|
Install python3.7, virtualenv, and git:
|
||||||
```bash
|
```bash
|
||||||
# This is for Debian/Ubuntu/other-apt-based systems; you may need an alternative command
|
# This is for Debian/Ubuntu/other-apt-based systems; you may need an alternative command
|
||||||
sudo apt install python3.7 virtualenv build-essential python3.7-dev
|
sudo apt install python3.7 virtualenv build-essential python3.7-dev git
|
||||||
```
|
```
|
||||||
|
|
||||||
If python 3.7 is not your default python3 version, create a virtualenv:
|
If python 3.7 is not your default python3 version, create a virtualenv:
|
||||||
|
Loading…
Reference in New Issue
Block a user