Skip to content

Commit

Permalink
install tutorial update to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Dec 5, 2024
1 parent 6a026f8 commit 61b301c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pypeec --version
# - Using mamba as a dependency solver is faster

# Create a Conda Environment with a Python interpreter
mamba create -n pypeec python=3.10 pypeec
mamba create -n pypeec python=3.11 pypeec

# Activate the Conda Environment
mamba activate pypeec
Expand Down
2 changes: 1 addition & 1 deletion docs/content/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Using a Conda Environment
# - Using mamba as a dependency solver is faster
# Create a Conda Environment with a Python interpreter
mamba create -n pypeec python=3.10 pypeec
mamba create -n pypeec python=3.11 pypeec
# Activate the Conda Environment
mamba activate pypeec
Expand Down

0 comments on commit 61b301c

Please sign in to comment.