add: docs

This commit is contained in:
ahoemann 2025-03-21 10:23:15 +01:00
parent 0caf5fa2ed
commit e5e3fa133a
2 changed files with 2 additions and 7 deletions

View file

@ -4,3 +4,4 @@
* [Setting up a Python Development Environment](SETTING_UP_A_PYTHON_DEVELOPMENT_ENVIRONMENT.md) * [Setting up a Python Development Environment](SETTING_UP_A_PYTHON_DEVELOPMENT_ENVIRONMENT.md)
* [Installing Dependencies](INSTALLING_DEPENDENCIES.md)

View file

@ -11,9 +11,3 @@ Activating the virtual environment:
```sh ```sh
. .venv/bin/activate . .venv/bin/activate
``` ```
# Other Relevant Documentation
[Installing Dependencies](INSTALLING_DEPENDENCIES.md)
[Running python executables under UNIX](RUNNING_PYTHON_EXECUTABLES_UNDER_UNIX.md)