Skip to content

Commit

Permalink
use UV
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktnast authored Jan 24, 2025
1 parent 688b919 commit 1a960eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ PACKAGE_NAME = easylink
.PHONY: install
install: ## Install setuptools, package, and build utilities
conda install python-graphviz
pip install --upgrade pip setuptools
pip install -e .[DEV]
pip install uv
uv pip install --upgrade pip setuptools
uv pip install -e .[DEV]
@echo "----------------------------------------"
@if [ ! -d "../vivarium_build_utils" ]; then \
# Clone the build utils repo if it doesn't exist. \
Expand Down

0 comments on commit 1a960eb

Please # to comment.