Skip to content

Commit db0da8b

Browse files
authored
Update README.md
1 parent 0ed54f7 commit db0da8b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,20 @@ Run the setup script manually with
4848

4949
scripts/setup.sh
5050

51-
The setup will install external dependencies and create and activate
51+
The setup will install external dependencies and create
5252
a Python virtual environment in the hidden `.venv` directory.
5353

54-
If you work outside a container, also manually run
54+
Finally, activate the environment with
55+
56+
source activate.sh
5557

56-
source /path/to/code/activate.sh
58+
To use this environment as a standard, edit your bashrc with
5759

58-
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
5965

6066

6167
## Testing

0 commit comments

Comments
 (0)