Skip to content

Commit

Permalink
Update for python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Jun 17, 2024
1 parent 4076ac4 commit 1b6b19b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ varVAMP runs on UNIX Systems, MacOSX and Windows with Python3 >=3.9 installed.
```shell
pip install varvamp
```
To ensure compatibility with python3.12 in a virtual enviroment, it might be required to also install setuptools:

```shell
pip install setuptools varvamp
```

### CONDA:

Expand Down

0 comments on commit 1b6b19b

Please sign in to comment.