Skip to content

Commit fdacc17

Browse files
sguillotthjsal
andauthored
Update install.rst (#606)
* Update install.rst * Making environment name consistent --------- Co-authored-by: Tuomo Salmi <t.h.j.salmi@uva.nl>
1 parent 134585d commit fdacc17

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/source/install.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ The content of the ``environment.yml`` are:
4646

4747
.. code-block:: bash
4848
49-
name: xpsi_py3
49+
name: xpsi
5050
channels:
5151
- defaults
5252
- conda-forge
5353
dependencies:
5454
- python >= 3.9.0
5555
- numpy < 2.0.0
56+
- cython~= 3.0.11
5657
- matplotlib == 3.9.2 # STRICT REQUIREMENT FROM FGIVENX
5758
- scipy
5859
- wrapt
@@ -86,7 +87,7 @@ an environment manually via
8687

8788
.. code-block:: bash
8889
89-
conda create -n xpsi_py3
90+
conda create -n xpsi
9091
9192
and then install the core dependencies listed in ``basic_environment.yml`` via
9293
conda.
@@ -95,7 +96,7 @@ Activate the environment as:
9596

9697
.. code-block:: bash
9798
98-
conda activate xpsi_py3
99+
conda activate xpsi
99100
100101
.. note::
101102

0 commit comments

Comments
 (0)