Skip to content

Commit

Permalink
DOC: Add virtual environments topic page
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lugg committed Aug 22, 2018
1 parent 4eddfff commit 1023926
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ This is the list of topics I have identified for further study and investigation
| Sphinx documentation | 1 |
| `matplotlib` and `seaborn` | 1 |
| Python packaging in depth | 1 | [Here](/docs/topics/packaging.md) |
| Virtual environments | 1 | [Here](/docs/topics/virtual_environments.md)
| Encoding | 1 |
| Error handling | 1 |
| NoSQL databases; mongoDB | 2 |
Expand Down
1 change: 1 addition & 0 deletions docs/topics/_topics_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This is the list of topics I have identified for further study and investigation
| Sphinx documentation | 1 |
| `matplotlib` and `seaborn` | 1 |
| Python packaging in depth | 1 | [Here](/docs/topics/packaging.md) |
| Virtual environments | 1 | [Here](/docs/topics/virtual_environments.md)
| Encoding | 1 |
| Error handling | 1 |
| NoSQL databases; mongoDB | 2 |
Expand Down
7 changes: 7 additions & 0 deletions docs/topics/virtual_environments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Virtual environments

| Topic(s) | Resource | Addressed |
| :------- | :------- | :-------: |
| Which package to use to create the environment (e.g. `venv` vs `virtualenv` vs `pipenv`) |
| The specifics of creating and using a virtual environment |
| Use of `pip` with virtual environments |

0 comments on commit 1023926

Please sign in to comment.