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 5252
5353## 🚀 Getting Started
5454### To run this project on your system:
55+ - Ensure that ` python3 ` and ` python3-pip ` are installed on your system
5556- 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
5762```
5863$ pipenv install -r requirements.txt
5964```
@@ -65,10 +70,6 @@ $ pipenv install -r requirements.txt
6570 - Click API Tokens
6671 - Copy the key that appears under the Token column (it should begin with pk_ ) into the ` <value> ` in the next step
6772- Create a .env file and paste the following into it: ` API_KEY=<value> `
68- - Activate the virtual environment
69- ```
70- $ pipenv shell
71- ```
7273- To start the web server, execute (without debugging):
7374```
7475$ python application.py
You can’t perform that action at this time.
0 commit comments