Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Included guide on creating new python environment
  • Loading branch information
OtiDioti authored Jan 12, 2025
1 parent 2a4fb55 commit 008702c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@ SymPT is a symbolic perturbative transformation tool built to help researchers a
## Installation

### From PyPI
Make sure to install SymPT on a new python environment. To do so, you can use the Anaconda distribution platform
```bash
conda create -n sympt python
```

SymPT is available on PyPI for easy installation:

```bash
conda activate sympt
pip install sympt
```

Expand All @@ -60,6 +66,7 @@ To install SymPT from the source code, clone the repository and install dependen
```bash
git clone https://github.com/qcode-uni-a/sympt.git
cd SymPT
conda activate sympt
pip install .
```

Expand Down

0 comments on commit 008702c

Please sign in to comment.