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.
1 parent bc369bc commit e2724c2Copy full SHA for e2724c2
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
@@ -51,4 +51,4 @@ PyToMe have a list of website where it wil fetch data(jobs/projects) and will no
51
[Python Cameroon](https://github.com/python-cameroun)
52
53
## License
54
-Be free to Use, fork this source code!
+Be free to Use, fork this source code!
0 commit comments