8000 DOC: Insert up to date link to Spyder website in Dev Env doc where Spyder is mentioned by CAM-Gerlach · Pull Request #11643 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Insert up to date link to Spyder website in Dev Env doc where Spyder is mentioned #11643

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

Merged
merged 2 commits into from
Jul 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOC: Make Spyder name a link in dev env setup
  • Loading branch information
CAM-Gerlach committed Jul 31, 2018
commit 0fdd813106fda756ce31c95edecd3eca62788be7
4 changes: 3 additions & 1 deletion doc/source/dev/development_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For development, you can set up an in-place build so that changes made to
This allows you to import the in-place built NumPy *from the repo base
directory only*. If you want the in-place build to be visible outside that
base dir, you need to point your ``PYTHONPATH`` environment variable to this
directory. Some IDEs (Spyder for example) have utilities to manage
directory. Some IDEs (`Spyder`_ for example) have utilities to manage
``PYTHONPATH``. On Linux and OSX, you can run the command::

$ export PYTHONPATH=$PWD
Expand All @@ -78,6 +78,8 @@ installs a ``.egg-link`` file into your site-packages as well as adjusts the
``easy-install.pth`` there, so its a more permanent (and magical) operation.


.. _Spyder: https://www.spyder-ide.org/

Other build options
-------------------

Expand Down
0