mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
Created Windows (markdown)
parent
14f5dca1d6
commit
4b4ebc8fd8
4
Windows.md
Normal file
4
Windows.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
python -m venv .venv
|
||||
source .venv/bin/activate # Linux/macOS
|
||||
# .venv\Scripts\activate # Windows
|
||||
pip install -r requirements.txt
|
||||
Loading…
Reference in a new issue