Skip to content
Snippets Groups Projects
Commit f4ed5af5 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

work

parent e20dc594
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
all: clean setup build update_dependencies
@echo "all"
first_setup: setup_development_setuptools setup_development setup_pip_install build_setup_py
setup_first: setup_development_setuptools setup_development setup_pip_install build_setup_py
@echo "first_setup"
clean: clean_eggs clean_node_modules clean_static_vendor clean_checkmate
......@@ -15,12 +15,12 @@ build: build_setup_py build_wheel_dist build_wheel build_frontend
setup_pip: clean_pip_install setup_development_pip setup_pip_install setup_pip_compile get_python_requirements_from_txt setup_development_setuptools
setup_venv:
python3 -m venv .venv
python3 -m venv venv
clean_venv:
@echo "clean_venv"
deactivate
rm -rf .venv
@echo "deactivate"
rm -rf venv
setup_development_pip:
@echo "setup_development_pip"
......@@ -87,7 +87,6 @@ build_wheel:
@echo "build_wheel"
python -m build --wheel
love:
@echo "not war!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment