Skip to content

Commit a9e131b

Browse files
authored
Update README.md
[skip ci]
1 parent 2cf863a commit a9e131b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@
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

0 commit comments

Comments
 (0)