We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f8d56 commit 235cf32Copy full SHA for 235cf32
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: '6957226'
+_commit: 5da0277
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: jupyter
5
email: [email protected]
Makefile
@@ -3,7 +3,7 @@
#########
.PHONY: develop-py develop-js develop
develop-py:
6
- python -m pip install -e .[develop]
+ uv pip install -e .[develop]
7
8
develop-js:
9
cd js; pnpm install
@@ -21,7 +21,7 @@ build: build-js build-py ## build the project
21
22
.PHONY: install
23
install: ## install python library
24
- python -m pip install .
+ uv pip install .
25
26
27
# LINTS #
0 commit comments