Skip to content

Commit

Permalink
One more fix to dev docs (astropy#1112)
Browse files Browse the repository at this point in the history
* Update contributing.rst

Needed single quotes in order for pip install command to work.

* Update contributing.rst

pin python version to 3.11
  • Loading branch information
kelle authored and rosteen committed Nov 29, 2023
1 parent 6b9df32 commit 185d35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ Ready to contribute? Here's how to set up :ref:`specutils <specutils>` for local
3. Install your local copy, preferably into some sort of virtual environment using your
preferred environment manager. For example, using conda::

$ conda create --name specutils-dev python pip
$ conda create --name specutils-dev python=3.11 pip
$ conda activate specutils-dev
$ cd specutils/
$ pip install -e .[test]
$ pip install -e .'[test]'

4. Create a branch for local development::

Expand Down

0 comments on commit 185d35c

Please sign in to comment.