Skip to content

Commit

Permalink
DOC: Complete virtual environment topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lugg committed Aug 22, 2018
1 parent 1023926 commit 1ed5a58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +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)
| Virtual environments | 1 | [Here](/docs/topics/virtual_environments.md) | Completed |
| Encoding | 1 |
| Error handling | 1 |
| NoSQL databases; mongoDB | 2 |
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/_topics_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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)
| Virtual environments | 1 | [Here](/docs/topics/virtual_environments.md) | Completed |
| Encoding | 1 |
| Error handling | 1 |
| NoSQL databases; mongoDB | 2 |
Expand Down
6 changes: 3 additions & 3 deletions docs/topics/virtual_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

| 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 |
| Which package to use to create the environment (e.g. `venv` vs `virtualenv` vs `pipenv`) | [StackOverflow] | Yes |(https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe)
| The specifics of creating and using a virtual environment | [Python docs](https://docs.python.org/3/library/venv.html) | Yes |
| Use of `pip` with virtual environments | [Python docs](https://packaging.python.org/tutorials/installing-packages/#id11), [more Python docs](https://docs.python.org/3/tutorial/venv.html) | Yes |

0 comments on commit 1ed5a58

Please sign in to comment.