Skip to content

Commit

Permalink
) (#317)
Browse files Browse the repository at this point in the history
Hanging brace left over from #316
  • Loading branch information
samcunliffe authored Mar 20, 2024
1 parent b67954f commit eb11093
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/pages/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ layout: default

# Virtual environments

| Name | Short description | 🚦 |
| ------------------------------------------------------- | ----------------------------------------------------------------------------------- | :-: |
| [Conda](https://docs.conda.io/projects/conda/en/stable/ | Conda quickly installs, runs, and updates packages and their dependencies. | 🟢 |
| [pipenv](https://pipenv.pypa.io/en/latest/) | A tool that automatically creates and manages a virtualenv for your projects. | 🟠 |
| [pyenv](https://github.com/pyenv/pyenv) | A tool that lets you easily switch between multiple versions of Python. | 🟠 |
| [virtualenv](https://virtualenv.pypa.io/en/latest/) | A tool to create isolated Python environments which offers more features than venv. | 🟠 |
| [venv](https://docs.python.org/3/library/venv.html) | A tool to create isolated Python environments. | 🔴 |
| Name | Short description | 🚦 |
| -------------------------------------------------------- | ----------------------------------------------------------------------------------- | :-: |
| [Conda](https://docs.conda.io/projects/conda/en/stable/) | Conda quickly installs, runs, and updates packages and their dependencies. | 🟢 |
| [pipenv](https://pipenv.pypa.io/en/latest/) | A tool that automatically creates and manages a virtualenv for your projects. | 🟠 |
| [pyenv](https://github.com/pyenv/pyenv) | A tool that lets you easily switch between multiple versions of Python. | 🟠 |
| [virtualenv](https://virtualenv.pypa.io/en/latest/) | A tool to create isolated Python environments which offers more features than venv. | 🟠 |
| [venv](https://docs.python.org/3/library/venv.html) | A tool to create isolated Python environments. | 🔴 |

# Other

Expand Down

0 comments on commit eb11093

Please sign in to comment.