Skip to content

Commit

Permalink
Fix Python version in installation instructions (#21)
Browse files Browse the repository at this point in the history
Python version typo fix.
  • Loading branch information
NeelayS committed Mar 3, 2023
1 parent bfb7371 commit 3acc5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The code uses **Python 3.8**.
#### Create a Conda virtual environment:

```bash
conda create --name DAD-3DHeads python=3.6
conda create --name DAD-3DHeads python=3.8
conda activate DAD-3DHeads
```
#### Clone the project and install requirements:
Expand Down

0 comments on commit 3acc5c2

Please sign in to comment.