Skip to content

Commit

Permalink
Call make init manually
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 18, 2024
1 parent 2186acc commit c4c7982
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ help: ## display this help section

.PHONY: init ## install python virtual env and required development packages
init:
uv sync --no-install-project

.PHONY: localbuild ## install patool in local environment
localbuild:
uv sync


Expand Down
1 change: 1 addition & 0 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ To start developing, run the following commands:
2. Initialize the source directory

$ scripts/install_dev.sh
$ make init

This installs required packages, creates a virtual Python environment in the directory `.venv/`
and installs required modules for development.
Expand Down
3 changes: 0 additions & 3 deletions scripts/install_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,3 @@ if ! grep --quiet LD_LIBRARY_PATH .envrc; then
source .envrc
fi

# install Python module dependencies and generate local data files
make init

0 comments on commit c4c7982

Please sign in to comment.