Skip to content

Commit

Permalink
Update python version in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armantekinalp authored Jun 13, 2024
1 parent dc4807b commit 02242d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ First **create the fork repository and clone** to your local machine.

2. Virtual python workspace: `conda`, `pyenv`, or `venv`.

We recommend using python version above 3.8.0.
We recommend using python version above 3.10.0.

```bash
conda create --name pyelastica-dev
conda activate pyelastica-dev
conda install python==3.8
conda install python==3.10
```

3. Setup [`poetry`](https://python-poetry.org) and `dependencies`!
Expand Down

0 comments on commit 02242d1

Please sign in to comment.