Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcniethammer authored Dec 8, 2023
1 parent 20e2c0b commit a23a259
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@

## Installation

To keep the installation separate it is best to first create a virtual environement (same for the development install below).
With anaconda this would for example be done as follows
```console
conda create --name oai_analysis_2 python=3.8 pip
conda activate oai_analysis_2
```

Now we are ready to actually install it
```console
pip install oai-analysis
```
Expand Down

0 comments on commit a23a259

Please sign in to comment.