Skip to content

Commit 42e25f7

Browse files
committed
Update README
1 parent 8912bcb commit 42e25f7

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,19 @@ PyToMe have a list of website where it wil fetch data(jobs/projects) and will no
1515
## How to install it locally
1616
* git clone https://github.com/Python-Cameroun/pytome
1717
* cd to/the/project/
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-
# Run it
24-
python app.py
25-
```
18+
* launch **start_PytoMe.bat** (for windows user) and **start_PytoMe.sh** (for linux user)
19+
* The script will do the rest!
20+
2621
## Dependencies
2722
* requests
2823
* BeautifulSoup
2924
* schedule
25+
* Flask
26+
* For launch the local server on index.html, this code use http-server (allready install in node_modules/ directory)
3027

3128
## TODO
32-
- [ In progress... ] The Python Job (Collecting/Fetching jobs all over website with frequency.)
29+
- [OK] The Python Job with frequency
30+
- [ - ] Collecting/Fetching jobs all over website.
3331
- [ - ] The Mailing system to notify all developpers subscribed on this app.
3432
- [OK] The Web page where to suscribe to PyToMe.
3533
- [OK] Saving Mails.

0 commit comments

Comments
 (0)