add: docs
This commit is contained in:
parent
0caf5fa2ed
commit
e5e3fa133a
2 changed files with 2 additions and 7 deletions
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
## Pages
|
## Pages
|
||||||
|
|
||||||
* [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)
|
||||||
|
|
|
@ -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)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue