Skip to content

Potential Addition to Step 5: Activating Environment - More Info  #263

Open
@BSuperbad

Description

@BSuperbad

Describe the bug
In "Step 5: Install your package locally," it might be nice to add steps on how to install conda or venv like how you did with installing pipx. Right now, it has code on how to set up the conda virtual environment, but it doesn't offer a link to download conda.

Also, it might be nice to show how to activate using both venv or conda options.
(venv):
$ python3 -m venv venv
$ source venv/bin/activate

Link: https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html#step-5-install-your-package-locally

How to reproduce
(without having conda installed on macOS):
$ conda activate pyosdev
zsh: command not found: conda

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    pyconus-24

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions