From 830084ee7d9947ea3599812db135bb1996f484c5 Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Mon, 16 Jan 2023 15:31:55 +0000 Subject: [PATCH] #50 Changed that one line in the docs from virtual to python -m venv --- docs/user/tutorials/new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/tutorials/new.rst b/docs/user/tutorials/new.rst index 1590bf06..2b5d5ed8 100644 --- a/docs/user/tutorials/new.rst +++ b/docs/user/tutorials/new.rst @@ -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]