File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 52
52
53
53
## 🚀 Getting Started
54
54
### To run this project on your system:
55
+ - Ensure that ` python3 ` and ` python3-pip ` are installed on your system
55
56
- In your terminal, navigate to the root project directory and run the following commands
56
- - To install the dependencies
57
+ - Activate the virtual environment
58
+ ```
59
+ $ pipenv shell
60
+ ```
61
+ - Install the dependencies
57
62
```
58
63
$ pipenv install -r requirements.txt
59
64
```
@@ -65,10 +70,6 @@ $ pipenv install -r requirements.txt
65
70
- Click API Tokens
66
71
- Copy the key that appears under the Token column (it should begin with pk_ ) into the ` <value> ` in the next step
67
72
- Create a .env file and paste the following into it: ` API_KEY=<value> `
68
- - Activate the virtual environment
69
- ```
70
- $ pipenv shell
71
- ```
72
73
- To start the web server, execute (without debugging):
73
74
```
74
75
$ python application.py
You can’t perform that action at this time.
0 commit comments