Skip to content

Commit e2724c2

Browse files
authored
Update README.md
1 parent bc369bc commit e2724c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ PyToMe have a list of website where it wil fetch data(jobs/projects) and will no
1818
* Hit theese commands below.
1919
```python
2020
# this will install requests and BeautifullSoup
21+
cd pat/to/project/api
2122
pip install -r requirements.txt
22-
23-
# Launch it
24-
cd api/ && python app.py
23+
# Run it
24+
python app.py
2525
```
2626
## Dependencies
2727
* requests
@@ -51,4 +51,4 @@ PyToMe have a list of website where it wil fetch data(jobs/projects) and will no
5151
[Python Cameroon](https://github.com/python-cameroun)
5252

5353
## License
54-
Be free to Use, fork this source code!
54+
Be free to Use, fork this source code!

0 commit comments

Comments
 (0)