python-package-guide icon indicating copy to clipboard operation
python-package-guide copied to clipboard

Consider linking to information about environmnets/venv - get-to-know-hatch.md

Open pb-413 opened this issue 1 year ago • 1 comments

The following tip feels like the first time this tutorial has mentioned environments and managing where/which environment(s) Python packages are installed into.

https://github.com/pyOpenSci/python-package-guide/blob/7b422d4256cdb89d40c8b2b19227e4a5d8078817/tutorials/get-to-know-hatch.md?plain=1#L14C1-L18C38

Consider adding a link to internal or external documentation about Python environments and virtual environments. For example:

To learn more about Python environments, consider venv - Creation of virtual environments.

Alternatively, this may be information your target audience is expected to know.

pb-413 avatar May 20 '24 14:05 pb-413

Related: https://github.com/pyOpenSci/python-package-guide/issues/258

pb-413 avatar May 20 '24 15:05 pb-413