mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-26 19:35:24 -05:00
fix list markdown for requirements (#60)
* fix list markdown for requirements also fix unmatched bracket * List additional requirements
This commit is contained in:
14
README.md
14
README.md
@@ -13,11 +13,13 @@ Noticed an error? Check out our [Contributing file](https://github.com/Cockatri
|
||||
### Requirements ###
|
||||
* Python 2.7
|
||||
* Python Modules:
|
||||
requests==2.13.0
|
||||
feedparser
|
||||
lxml
|
||||
Pillow
|
||||
datetime
|
||||
- requests==2.13.0
|
||||
- feedparser
|
||||
- lxml
|
||||
- Pillow
|
||||
- datetime
|
||||
- commentjson
|
||||
- beautifulsoup4
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
@@ -29,7 +31,7 @@ pip install -r requirements.txt
|
||||
$> python main.py
|
||||
```
|
||||
|
||||
Outputs out/{SETCODE}.xml, out/MPS\_{SETCODE}.xml, out/{SETCODE}.json, out/{MPS\_{SETCODE}.json
|
||||
Outputs out/{SETCODE}.xml, out/MPS\_{SETCODE}.xml, out/{SETCODE}.json, out/MPS\_{SETCODE}.json
|
||||
|
||||
errors are logged to out/errors.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user