summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_environment.rst
diff options
context:
space:
mode:
authorPax <13646646+paxcodes@users.noreply.github.com>2022-03-26 17:20:14 -0700
committerGitHub <noreply@github.com>2022-03-26 17:20:14 -0700
commit4790d3670446bc104b593355a8667e246ca3d9a7 (patch)
tree479a8ffe4666a5fdb04310a3b92d4dd1d5bb4395 /doc/source/dev/development_environment.rst
parent77660292159d8db7ac6d9eb9765cd7279c4dfef4 (diff)
downloadnumpy-4790d3670446bc104b593355a8667e246ca3d9a7.tar.gz
DOC: Mention gitpod as alternative in environment setup docs (#21255)
* DOC: mention Gitpod as alternative to build numpy Fixes #20679 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'doc/source/dev/development_environment.rst')
-rw-r--r--doc/source/dev/development_environment.rst4
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