Skip to content

Commit

Permalink
added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Destaq committed Apr 29, 2020
1 parent f21e172 commit 36c0391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install python-chess
Once you have done so, you can run the code!


NOTE: When you run the code, it will render in your browser and will be downloadable as a PNG. However, if you would like to download it to a higher graphical level or in a different format (JPEG, WebP, SVG, PDF, or Interactive HTML) follow the instructions below:
PLEASE NOTE: When you run the code, it will render in your browser and will be downloadable as a PNG. However, if you would like to download it to a higher graphical level or in a different format (JPEG, WebP, SVG, PDF, or Interactive HTML) follow the instructions below:

- Go to vivid_chart.py and scroll to the bottom. There you can uncomment the write_html line or the write_file line.
- If you would like to write as HTML, you are done. No need to install anything else.
Expand All @@ -21,6 +21,6 @@ BUT if you would like to install as PDF/JPEG/WebP/SVG you need the following lib
Installable with the following commands:
- pip install psutil requests
- pip install psutil
- npm install -g [email protected] orca
- npm install -g [email protected] orca

If you can't do so, go to this webpage where it is explained on how to do so on different systems:https://plotly.com/python/static-image-export/

0 comments on commit 36c0391

Please sign in to comment.