-
-
Notifications
You must be signed in to change notification settings - Fork 12
update pip to conda for quantecon package #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
this PR removes |
Decided to use |
|
||
Another library we will be using is `interpolation.py <https://github.com/EconForge/interpolation.py>`__. | ||
|
||
This can be installed by typing in Jupyter | ||
|
||
``!pip install interpolation`` | ||
``!conda install -c conda-forge interpolation`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jstac I changed this to use conda
from pip
for consistency but interpolations
will need the conda-forge channel to be specified. Is this OK?
Yes, that's totally fine, thanks Matt. Does If the former, perhaps don't need to tell people to install it specifically. |
thanks @jstac. The package appears in |
Note:
There is still a need to introduce
pip
givenpandas-datareader
is a pip install inpandas.rst
so I have amendedgetting_started
to mention both pip and conda.source/rst/./getting_started.rst:Other libraries can be installed with
pip
orconda
.source/rst/./pandas.rst: !pip install --upgrade pandas-datareader