Compare commits
5 commits
390f09bfe0
...
f5c4bb55ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5c4bb55ff | ||
|
|
277a1d9b7b | ||
|
|
2a545071e7 | ||
|
|
ed94b96803 | ||
|
|
d943e956ab |
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
### Backend
|
### Backend
|
||||||
|
|
||||||
1. Install `python>=3.8`
|
1. Install `python>=3.8 python3-dev g++`
|
||||||
2. Create a virtual environment with `python3 -m venv .venv`
|
2. Create a virtual environment with `python3 -m venv .venv`
|
||||||
3. Activate your dev environment with `source .venv/bin/activate`
|
3. Activate your dev environment with `source .venv/bin/activate`
|
||||||
4. Update pip packages with `pip install -U pip setuptools wheel`
|
4. Update pip packages with `pip install -U pip setuptools wheel`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue