diff --git a/develop/code/install/index.html b/develop/code/install/index.html index a80c6cd..807325f 100644 --- a/develop/code/install/index.html +++ b/develop/code/install/index.html @@ -1147,7 +1147,7 @@

Install#

Environment (Conda)#

-

With conda, you can create, export, list, remove, and update environments +

With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them.
Switching or moving between environments is called activating the environment. You can also share an environment file and import from requirements.txt.

@@ -1155,13 +1155,13 @@

Environment (Conda)Requirements#

-

In Python the requirements.txt file helps manage dependencies. +

In Python the requirements.txt file helps manage dependencies. It's a text file that lists the packages that the Python project depends on.

💻 pip install -r requirements.txt Install from file

Pyproject#

-

This python package contains a pyproject.toml file that contains -build system requirements and information, which are -used by pip +

This python package contains a pyproject.toml file that contains +build system requirements and information, which are +used by pip to build the package. It contains the metadata of the software project.

diff --git a/develop/development/collaboration/license_and_citation/index.html b/develop/development/collaboration/license_and_citation/index.html index a3c4ed4..77a389f 100644 --- a/develop/development/collaboration/license_and_citation/index.html +++ b/develop/development/collaboration/license_and_citation/index.html @@ -1230,9 +1230,9 @@

Software Licenseopen-source license.
The selected license can be read in the LICENSE.txt.

-

This repository follows the REUSE SOFTWARE -specification. -All files are explicitly stating the corresponding license and copyright information. +

This repository follows the REUSE SOFTWARE +specification. +All files are explicitly stating the corresponding license and copyright information. It is implemented as GitHub workflow and pre-commit hook: