Repository of forecast card data.
The recommended installation method varies based on whether you will want to add your own data, or use the data as-is.
You can install from command line:
pip install --upgrade git+https://github.com/e-lo/forecastcarddata#egg=forecastcarddata
[eventually this will be pip install forecastcarddata
when it gets registered to PyPi.
-
Clone the repository using the github GUI or via the command line:
git clone git+https://github.com/e-lo/forecastcarddata
-
Install the repository by navigating to the
forecastarddata
directory and runningpip install --upgrade .
Make sure the installation worked ok by running py.test
from the command line.