Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit dda74e4

Browse files
committed
Merge branch '50_user_guide_recommends_creating_venv_' of github.com:DiamondLightSource/python3-pip-skeleton-cli into 50_user_guide_recommends_creating_venv_
2 parents 8e53cb5 + 830084e commit dda74e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/tutorials/new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Getting started with your new repo
2020
Your new repo has a workflow based on pip. The first thing to do is to use
2121
pip to install packages in a virtual environment::
2222

23-
virtual .venv
23+
python -m venv .venv
2424
source .venv/bin/activate
2525
pip install -e .[dev]
2626

0 commit comments

Comments
 (0)