Skip to content
Snippets Groups Projects
Commit 87aa070c authored by Thom Groen's avatar Thom Groen
Browse files

Update building.md

parent 8cdf59d7
No related branches found
No related tags found
1 merge request!3Manali updates
......@@ -19,7 +19,7 @@ conda install pip
pip install -r requirements.txt
```
In principle, the previous command will create and activate the environment. If something goes wrong, see if you can find a solution for the error messages online, or (if you cannot find a solution) [contact the responsible department](../additional/contact.md) of TU Delft.
In principle, the previous command will create and activate the environment. If something goes wrong, see if you can find a solution for the error messages online, or (if you cannot find a solution) [get in touch with us](../additional/contact.md).
:::{admonition} requirements.txt
:class: dropdown
......@@ -57,7 +57,7 @@ conda remove --name <env-name> --all
Every time you want to build your build again, make sure you have the right environment activated by running the following command:
```bash
conda activate env-name
conda activate <env-name>
```
:::{admonition} Deactivate an environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment