We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db64cd0 commit 26019a4Copy full SHA for 26019a4
CONTRIBUTING.md
@@ -46,7 +46,7 @@ cd OntoAligner
46
```
47
3. Create a virtual environment with python=3.10, activate it, install the required dependencies and install the pre-commit configuration:
48
```bash
49
-conda create -n my_env python=3.9
+conda create -n my_env python=3.10
50
conda activate my_env
51
pip install -r requirements.txt
52
pre-commit install
0 commit comments