mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-22 12:40:31 +01:00
Update creating-a-reproduction.md
This commit is contained in:
parent
c30e8ff689
commit
22220c8b67
@ -22,8 +22,7 @@ just delete and recreate the environment. It's trivial to set up:
|
|||||||
|
|
||||||
- Activate the environment with:
|
- Activate the environment with:
|
||||||
|
|
||||||
|
=== ":fontawesome-brands-windows: Windows"
|
||||||
=== ":fontawesome-brands-windows: Windows"
|
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
. venv/Scripts/activate # (1)!
|
. venv/Scripts/activate # (1)!
|
||||||
@ -32,7 +31,7 @@ just delete and recreate the environment. It's trivial to set up:
|
|||||||
1. Your terminal should now print `(venv)` before the prompt, which is
|
1. Your terminal should now print `(venv)` before the prompt, which is
|
||||||
how you know that you are inside an environment.
|
how you know that you are inside an environment.
|
||||||
|
|
||||||
=== ":material-linux: Linux"
|
=== ":material-linux: Linux, :material-apple: macOS"
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
. venv/bin/activate # (1)!
|
. venv/bin/activate # (1)!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user