Skip to content
Snippets Groups Projects
Commit c283cd7d authored by David Trattnig's avatar David Trattnig
Browse files

Change virtualenv to venv.

parent b1f4f4ad
No related branches found
No related tags found
No related merge requests found
Pipeline #1036 passed
......@@ -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/)
- [`git`](https://git-scm.com/)
- [PostgreSQL 13+](https://www.postgresql.org/)
- [Virtualenv](https://virtualenv.pypa.io/en/latest/) (Optional, development only)
### Installation
Create a virtual environment for your Python dependencies:
```bash
virtualenv -p python3.8 python
python3.8 -m venv python
```
To activate that environment, run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment