Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contributing.rst
Browse files Browse the repository at this point in the history
pin python version to 3.11
kelle authored Nov 22, 2023
1 parent 374f14d commit fcf45ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ 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]'

0 comments on commit fcf45ce

Please sign in to comment.