Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
engine-api
Commits
c283cd7d
Commit
c283cd7d
authored
Jul 29, 2021
by
david
Browse files
Change virtualenv to venv.
parent
b1f4f4ad
Pipeline
#1036
passed with stages
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c283cd7d
...
@@ -119,14 +119,13 @@ If you are not planning to go with Docker or just want to setup a local developm
...
@@ -119,14 +119,13 @@ If you are not planning to go with Docker or just want to setup a local developm
-
[
`pip`
](
https://pip.pypa.io/en/stable/
)
-
[
`pip`
](
https://pip.pypa.io/en/stable/
)
-
[
`git`
](
https://git-scm.com/
)
-
[
`git`
](
https://git-scm.com/
)
-
[
PostgreSQL 13+
](
https://www.postgresql.org/
)
-
[
PostgreSQL 13+
](
https://www.postgresql.org/
)
-
[
Virtualenv
](
https://virtualenv.pypa.io/en/latest/
)
(
Optional,
development only)
### Installation
### Installation
Create a virtual environment for your Python dependencies:
Create a virtual environment for your Python dependencies:
```
bash
```
bash
virtualenv
-p
python3.8 python
python3.8
-m
venv
python
```
```
To activate that environment, run
To activate that environment, run
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment