Skip to content
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

Installation with pip / python 2 compatibility #15

Open
drf5n opened this issue Sep 19, 2017 · 0 comments
Open

Installation with pip / python 2 compatibility #15

drf5n opened this issue Sep 19, 2017 · 0 comments

Comments

@drf5n
Copy link
Contributor

drf5n commented Sep 19, 2017

Plain-old pip install pytides, as listed on the main page didn't work for me.

I had to do a line like:

pip install git+https://github.com/sam-cox/pytides.git

... to get this to install.

Specifically, with Anaconda I set up a virtual environment like:

conda create -n pytides python=2
. activate pytides
conda install numpy scipy matplotlib ipython

pip install git+https://github.com/sam-cox/pytides.git

And then import pytides would work in ipython.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant