Spaces:
Runtime error
Runtime error
update
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ among files included in the directory with better visualization.
|
|
21 |
|
22 |
## Setup
|
23 |
|
24 |
-
-
|
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
|