mirror of
https://github.com/simple-login/app.git
synced 2025-10-17 02:37:19 +08:00
Update README to use Python 3.7+ instead
This commit is contained in:
parent
306bb9927e
commit
774b5b7212
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ All work on SimpleLogin happens directly on GitHub.
|
||||||
|
|
||||||
### Run code locally
|
### Run code locally
|
||||||
|
|
||||||
The project uses Python 3.6+. First, install all dependencies by running the following command. Feel free to use `virtualenv` or similar tools to isolate development environment.
|
The project uses Python 3.7+. First, install all dependencies by running the following command. Feel free to use `virtualenv` or similar tools to isolate development environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue