dexplo / bar_chart_race

Create animated bar chart races in Python with matplotlib
MIT License
1.36k stars 352 forks source link

Not newest installed via pip? #28

Open SandroLuck opened 4 years ago

SandroLuck commented 4 years ago

Great and lovely Library! Just a reminder that the version installs via pip seems to be outdated. Solved itself when I installed "python -m pip install git+https://github.com/dexplo/bar_chart_race"

The issue was that: argument end_period_pause was not present before that

RengarWang commented 4 years ago

Download the compressed package and place the unzipped folder in the /venv / lib / python3.7/site packages directory of the project.

Open the folder in the virtual environment and run the following command line to complete the installation.

cd your project address / venv / lib / python3.7/site-packages/bar chart race-master

python setup.py install

Prompt for successful installation

Finished processing dependencies for bar-chart-race==0.2.0