antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
459 stars 72 forks source link

Installation should be easier. #30

Closed antoinecarme closed 7 years ago

antoinecarme commented 7 years ago

The README file says that it is necessary to clone the github repository. This is not necessary.

A simple pip install should be Ok, like :

pip install git+git://github.com/antoinecarme/pyaf.git

A lot of imports should be updated (the FQN of a class starts with pyaf. etc).

antoinecarme commented 7 years ago

This is linked with Heroku install. We probably need a separate branch for Heroku deployment.

antoinecarme commented 7 years ago

PyAF can now be installed with the following command :

               pip install --upgrade git+git://github.com/antoinecarme/pyaf.git