We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 999fea7 + e2724c2 commit 8912bcbCopy full SHA for 8912bcb
README.md
@@ -18,10 +18,10 @@ PyToMe have a list of website where it wil fetch data(jobs/projects) and will no
18
* Hit theese commands below.
19
```python
20
# this will install requests and BeautifullSoup
21
+ cd pat/to/project/api
22
pip install -r requirements.txt
-
23
- # Launch it
24
- cd api/ && python app.py
+ # Run it
+ python app.py
25
```
26
## Dependencies
27
* requests
@@ -52,4 +52,4 @@ PyToMe have a list of website where it wil fetch data(jobs/projects) and will no
52
[Python Cameroon](https://github.com/python-cameroun)
53
54
## License
55
-Be free to Use, fork this source code!
+Be free to Use, fork this source code!
0 commit comments