Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user/tutorials/new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Getting started with your new repo
Your new repo has a workflow based on pip. The first thing to do is to use
pip to install packages in a virtual environment::

virtual .venv
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]

Expand Down