Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 380 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 380 Bytes

Data-visualization with Python and JavaScript - second edition

Installing the Python libraries

See Chapter 1 for detailed instructions. I recommend using a virtual environment for the book. Once you've activated the virtual environment you can install the necessary software using pip and the requirements.txt file in this directory:

pip install -r requirements.txt