We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed54f7 commit db0da8bCopy full SHA for db0da8b
README.md
@@ -48,14 +48,20 @@ Run the setup script manually with
48
49
scripts/setup.sh
50
51
-The setup will install external dependencies and create and activate
+The setup will install external dependencies and create
52
a Python virtual environment in the hidden `.venv` directory.
53
54
-If you work outside a container, also manually run
+Finally, activate the environment with
55
+
56
+ source activate.sh
57
- source /path/to/code/activate.sh
58
+To use this environment as a standard, edit your bashrc with
59
-and put this line in your bashrc.
60
+ code ~/.bashrc
61
62
+and put as a last line
63
64
+ source <path to your code copy>/activate.sh
65
66
67
## Testing
0 commit comments