Commit 50b3ffd 1 parent e7efc2e commit 50b3ffd Copy full SHA for 50b3ffd
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Python packages with our recommended tooling set up and ready to go.
28
28
29
29
## Using this template
30
30
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).
33
33
34
34
```
35
35
# conda create --channel conda-forge --name new-env-name
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ layout: default
5
5
6
6
# Virtual environments
7
7
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. | 🔴 |
15
15
16
16
# Other
17
17
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ layout: default
14
14
15
15
## Conda
16
16
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.
18
18
19
19
| Name | Short description | 🚦 |
20
20
| --------------------------------------------------------- | --------------------------------------------------------------------------- | :-: |
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). | 🟢 |
You can’t perform that action at this time.
0 commit comments