Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgand authored Apr 15, 2020
1 parent 84d4ebd commit 807e8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Just run the script in the desired folder. It will automatically create a /download/ subfolder and will categorize the books acording the subject.

If you want to mannually set a folder to download, insert `folder = 'C:/desired_folder/'` in line 11 in main.py.
If you want to manually set a folder to download, insert `folder = 'C:/desired_folder/'` in `main.py`.

The books are now organized in sub folders according to the subject ("English Package Name" column).

Expand All @@ -23,7 +23,7 @@ pip install -r requirements.txt
python3 main.py
```

### On Windows:
### Virtual environment on Windows:

```
python -m venv .venv
Expand Down

0 comments on commit 807e8cc

Please sign in to comment.