mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Updates for Poetry 1.2.0
Also: - Export only dev requirements to `lib/galaxy/dependencies/dev-requirements.txt` . - Packages don't have a `requirements.txt` file.
This commit is contained in:
@@ -27,7 +27,7 @@ docs: ## Generate HTML documentation.
|
||||
# Run following commands to setup the Python portion of the requirements:
|
||||
# $ ./scripts/common_startup.sh
|
||||
# $ . .venv/bin/activate
|
||||
# $ pip install -r lib/galaxy/dependencies/dev-requirements.txt
|
||||
# $ pip install -r requirements.txt -r lib/galaxy/dependencies/dev-requirements.txt
|
||||
$(IN_VENV) $(MAKE) -C doc clean
|
||||
$(IN_VENV) $(MAKE) -C doc html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user