Skip to content

Commit

Permalink
Use Python 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie authored Jun 7, 2021
1 parent 802ced4 commit 374381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We are an open source, non-profit community, working to develop a democratic eng
To install all required modules, complete the following steps:

1. make sure you are in the repository root directory
2. create a Python virtual environment (named `env`)
2. create a Python 3.7+ virtual environment (named `env`)
* `python -m venv env`
3. use the following command in project dir:
* `pip install -r requirements.txt`
Expand Down

0 comments on commit 374381b

Please sign in to comment.