We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uv
make_package
1 parent afda566 commit e2733c2Copy full SHA for e2733c2
make_package_doc.ps1
@@ -7,10 +7,10 @@ function Green
7
8
deactivate
9
cd .\package\
10
-python -m venv .venv
+uv venv .venv --seed
11
.\.venv\Scripts\activate
12
Write-Output "A new virtual environment has been created within the package folder." | Green
13
-pip install -e .[doc]
+uv pip install -e .[doc]
14
Write-Output "The package has successfully been installed in the virtual environment." | Green
15
Write-Output "The documentation is about to be built." | Green
16
.\doc\make.bat html
0 commit comments