-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: add dev environment creation details to contributing.rst #9810
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
jreback
commented
Apr 4, 2015
- provides instructions for creating a development on any platform with conda
- cleans up the install.rst a bit
lxml | ||
sqlalchemy | ||
bottleneck | ||
pymysql |
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.
i left out psycopg2
, for some reason could not get this install correctly on py3.4 (it works if you install it after though). weird.
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.
psycopg2
is not available in the main anaconda channels for windows. So including it will give an error anyway for the people on windows
This will create the new environment, and not touch any of your existing | ||
environment, nor any existing python installation. It will install all | ||
of the basic dependencies of pandas, as well as the development and | ||
testing tools. If you would like to install other dependencies, you can |
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.
I would note that you'll still need to do an inplace install of pandas to test changes (per the directions in the next section)
very nice, thanks! I used a very similar procedure myself to setup my dev environment. |
yep, this is one of the current pain points in getting started (esp on windows) |
DOC: add dev environment creation details to contributing.rst
@jorisvandenbossche just wanted to get this in, if you have comments, ill do a follow up |