We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28297b5 commit c6a386dCopy full SHA for c6a386d
1 file changed
README.md
@@ -12,6 +12,14 @@ sudo apt install $(cat debian_deps.txt)
12
```shell
13
python3 -m venv .venv
14
source .venv/bin/activate
15
+```
16
+alternatively, with Conda:
17
+```shell
18
+conda create -n rcs python=3.11 # Version ensures that python is installed to the environment
19
+conda activate rcs
20
21
+Then, install the package:
22
23
pip install -r requirements_dev.txt
24
pip config --site set global.no-build-isolation false
25
```
0 commit comments