Skip to content

Commit

Permalink
Update deprecated installation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Oct 13, 2022
1 parent ade752f commit 995742a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ release: dist ## package and upload a release
twine upload dist/*

dist: clean ## builds source and wheel package
python setup.py sdist
python setup.py bdist_wheel
python -m build
ls -l dist

install: clean ## install the package to the active Python's site-packages
python setup.py install
pip install .

dev: clean ## install the package's development version
pip install -e .

0 comments on commit 995742a

Please sign in to comment.