diff --git a/docs/pages/dev.md b/docs/pages/dev.md index ec36b1a9..feb69f4c 100644 --- a/docs/pages/dev.md +++ b/docs/pages/dev.md @@ -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