Skip to content

Commit

Permalink
Added the addition of an environment with proper Python version to RE…
Browse files Browse the repository at this point in the history
…ADME.md file
  • Loading branch information
AndySAnker committed Dec 3, 2023
1 parent f0fc872 commit 562160f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Here, we provide an optimised code for the calculation of the Debye scattering e

# Installation

`DebyeCalculator` requires Python version >=3.9, <3.12. If needed, create an environment with any of these Python versions:
```
conda create -n debyecalculator_env python=3.9```
```
conda activate debyecalculator_env
```
## Install with [pip](https://pypi.org/project/DebyeCalculator/)
Run the following command to install the __DebyeCalculator__ package. (**Requires**: Python >=3.9, <3.12)
Expand All @@ -31,7 +39,7 @@ pip install DebyeCalculator
## Install locally
Run the following command to install the __DebyeCalculator__ package.
Run the following command to install the __DebyeCalculator__ package. (**Requires**: Python >=3.9, <3.12)
```
pip install .
or
Expand Down

0 comments on commit 562160f

Please sign in to comment.