cyyeh commited on
Commit
0762638
·
1 Parent(s): 028e75b
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ among files included in the directory with better visualization.
21
 
22
  ## Setup
23
 
24
- - Python version: 3.8
25
  - `cp .env.example .env`: fill in your GitHub username and personal access token if you need to increase [GitHub API requests rate limiting](https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting)
26
  - `make run`
27
  - Also refer to References to understand settings behind the project
 
21
 
22
  ## Setup
23
 
24
+ - `pipenv install -r requirements.txt --python=3.8`
25
  - `cp .env.example .env`: fill in your GitHub username and personal access token if you need to increase [GitHub API requests rate limiting](https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting)
26
  - `make run`
27
  - Also refer to References to understand settings behind the project