Browse Source
Merge pull request #248 from Penagwin/master
Updated Build instructions
pull/230/head
Pēteris Caune
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -32,7 +32,7 @@ in development environment. |
|
|
|
* install dependencies (Debian/Ubuntu) |
|
|
|
|
|
|
|
$ sudo apt-get update |
|
|
|
$ sudo apt-get install -y gcc python3-dev |
|
|
|
$ sudo apt-get install -y gcc python3-dev python3-venv |
|
|
|
|
|
|
|
* prepare directory for project code and virtualenv: |
|
|
|
|
|
|
|