@@ -5,7 +5,7 @@ to setup development and use of internal and external codes. Our development
5
5
environment is Visual Studio Code, and we strongly recommend GitHub Copilot
6
6
there and in the [ CLI] ( https://docs.github.com/en/copilot/github-copilot-in-the-cli/setting-up-github-copilot-in-the-cli ) .
7
7
8
- CODE is based around our standard Debian bookworm system at ITPcp and provides
8
+ CODE is based around our standard Debian bookworm system at ITPcp and provides
9
9
10
10
- Setup scripts ` scripts/setup/... `
11
11
- Quality-of-life shell commands via ` scripts/util.sh `
@@ -42,19 +42,19 @@ Then open the directory in VS Code with
42
42
43
43
code code
44
44
45
- When asked to initialize the devcontainer, remove the message.
45
+ When asked to initialize the devcontainer, remove the message.
46
46
Run the setup script manually with
47
47
48
- source scripts/setup.sh
48
+ scripts/setup.sh
49
49
50
50
The setup will install external dependencies and create and activate
51
51
a Python virtual environment in the hidden ` .venv ` directory.
52
52
53
- If you work outside a container, also manually put a line
53
+ If you work outside a container, also manually run
54
54
55
55
source /path/to/code/activate.sh
56
56
57
- in your bashrc.
57
+ and put this line in your bashrc.
58
58
59
59
60
60
## Testing
@@ -64,5 +64,3 @@ Integration tests are run by
64
64
pytest tests/
65
65
66
66
This will perform all the tests in ` tests/ ` and its subfolders.
67
-
68
-
0 commit comments