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

Commit 46d9bcd

Browse files
authored
Merge pull request #58 from DiamondLightSource/50_user_guide_recommends_creating_venv_
#50 Changed that one line in the docs from virtual to python -m venv
2 parents 8e53cb5 + dda74e4 commit 46d9bcd

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)