Skip to content

Commit

Permalink
Merge branch 'update-0.3.3' into 359_dev_mesh_rigid_body
Browse files Browse the repository at this point in the history
  • Loading branch information
armantekinalp authored Apr 24, 2024
2 parents 8b28a4a + a4ad379 commit 286c147
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.

```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 286c147

Please sign in to comment.