diff options
| author | Melissa Weber Mendonça <melissawm@gmail.com> | 2022-08-12 17:18:44 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 17:18:44 -0300 |
| commit | 39f9840b563ec173d37084914555cd0afa30b0b6 (patch) | |
| tree | 3905d3c7b8f31d449ed670b13273cff0d3274b94 | |
| parent | fa9f6c176ead29418241914d7e6778fcb491632f (diff) | |
| download | numpy-39f9840b563ec173d37084914555cd0afa30b0b6.tar.gz | |
DOC: Note about virtualenv
Co-authored-by: Matti Picus <matti.picus@gmail.com>
| -rw-r--r-- | doc/source/user/how-to-verify-bug.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/user/how-to-verify-bug.rst b/doc/source/user/how-to-verify-bug.rst index e65247b94..4fc58c707 100644 --- a/doc/source/user/how-to-verify-bug.rst +++ b/doc/source/user/how-to-verify-bug.rst @@ -57,7 +57,8 @@ This issue was: ******************************* Create a new directory, enter into it, and set up a virtual environment using -your preferred method. For example, this is how to do it using ``virtualenv``: +your preferred method. For example, this is how to do it using +``virtualenv`` on linux or macOS: :: |
