Skip to content

Commit e2733c2

Browse files
committed
feat: using uv in `make_package_doc`
1 parent afda566 commit e2733c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make_package_doc.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ function Green
77

88
deactivate
99
cd .\package\
10-
python -m venv .venv
10+
uv venv .venv --seed
1111
.\.venv\Scripts\activate
1212
Write-Output "A new virtual environment has been created within the package folder." | Green
13-
pip install -e .[doc]
13+
uv pip install -e .[doc]
1414
Write-Output "The package has successfully been installed in the virtual environment." | Green
1515
Write-Output "The documentation is about to be built." | Green
1616
.\doc\make.bat html

0 commit comments

Comments
 (0)