summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/user/building.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index 52d7330bf..9a3a81613 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -3,8 +3,19 @@
Building from source
====================
-A general overview of building NumPy from source is given here, with detailed
-instructions for specific platforms given separately.
+There are two options for building NumPy- building with Gitpod or locally from source. Your choice depends on your operating system and familiarity with the command line.
+
+Gitpod
+------------
+Gitpod is an open-source platform that automatically creates the correct development environment right in your browser, reducing the need to install local development environments and deal with incompatible dependencies.
+
+If you are a Windows user, unfamiliar with using the command line or building NumPy for the first time, it is often faster to build with Gitpod. Here are the in-depth instructions for building NumPy with `building NumPy with Gitpod`_.
+
+.. _building NumPy with Gitpod: https://numpy.org/devdocs/dev/development_gitpod.html
+
+Building locally
+------------------
+Building locally on your machine gives you more granular control. If you are a MacOS or Linux user familiar with using the command line, you can continue with building NumPy locally by following the instructions below.
..
This page is referenced from numpy/numpy/__init__.py. Please keep its