Skip to content

Commit 50b3ffd

Browse files
committed
Clean up mentions of Conda
1 parent e7efc2e commit 50b3ffd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Python packages with our recommended tooling set up and ready to go.
2828

2929
## Using this template
3030

31-
1. Install [cookiecutter] in a `conda` or `venv` environment
32-
(commented lines for conda example).
31+
1. Install [cookiecutter] in a Conda or `venv` environment
32+
(commented lines for Conda example).
3333

3434
```
3535
# conda create --channel conda-forge --name new-env-name

docs/pages/dev.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ layout: default
55

66
# Virtual environments
77

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

1616
# Other
1717

docs/pages/packaging.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ layout: default
1414

1515
## Conda
1616

17-
These tools are helpful if you're looking to publish your package on [conda-forge](https://conda-forge.org/), so users can install it through the [conda](https://docs.conda.io/en/latest/) package manager.
17+
These tools are helpful if you're looking to publish your package on [conda-forge](https://conda-forge.org/), so users can install it through the [Conda](https://docs.conda.io/projects/conda/en/stable/) package manager.
1818

1919
| Name | Short description | 🚦 |
2020
| --------------------------------------------------------- | --------------------------------------------------------------------------- | :-: |
21-
| [GraySkull](https://github.com/conda-incubator/grayskull) | A tool for automatic conda recipe generation (aimed at conda-forge, above). | 🟢 |
21+
| [GraySkull](https://github.com/conda-incubator/grayskull) | A tool for automatic Conda recipe generation (aimed at conda-forge, above). | 🟢 |

0 commit comments

Comments
 (0)