diff options
-rw-r--r-- | doc/source/dev/development_environment.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index 37cf6f7af..1d6e71b6d 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -18,6 +18,10 @@ sources needs some additional steps, which are explained below. For the rest of this chapter we assume that you have set up your git repo as described in :ref:`using-git`. +.. note:: If you are having trouble building NumPy from source or setting up + your local development environment, you can try + to :ref:`build NumPy with Gitpod <development-gitpod>`. + .. _testing-builds: Testing builds |