Skip to content

Commit

Permalink
Update python version in INSTALL.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Evans <7916000+ml-evs@users.noreply.github.com>
  • Loading branch information
JPBergsma and ml-evs committed Jun 8, 2022
1 parent da97c4e commit 40935e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git clone --recursive git@github.com:Materials-Consortia/optimade-python-tools.g
cd optimade-python-tools

# Ensure a Python>=3.8 (virtual) environment (example below using Anaconda/Miniconda)
conda create -n optimade python=3.8
conda create -n optimade python=3.10
conda activate optimade

# Install package and dependencies in editable mode (including "dev" requirements).
Expand Down

0 comments on commit 40935e4

Please sign in to comment.