Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jun 8, 2022
1 parent 2e6371d commit ccd03b6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,8 @@ Within a shell:

.. code:: bash
conda create -y --name xraylarch python==3.9
conda create -y --name xraylarch python==3.9.12
conda activate xraylarch
conda update --all
3. install main dependencies:

Expand All @@ -285,6 +284,16 @@ Within a shell:
5. if anything of the above fails, report it to the `Larch Github Issues`_

Putting that all together:

.. code:: bash
conda create -y --name xraylarch python==3.9.12
conda activate xraylarch
conda install -y "numpy=>1.20" "scipy=>1.6" "matplotlib=>3.0" scikit-learn pandas
conda install -y -c conda-forge wxpython pymatgen tomopy pycifrw
pip install xraylarch
larch -m
Notes on Anaconda
Expand Down

0 comments on commit ccd03b6

Please sign in to comment.