Skip to content

Commit

Permalink
Merge pull request #970 from rickecon/load
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
rickecon authored Aug 21, 2024
2 parents cdb21cb + b711225 commit 92f7594
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ git-pr:
build-docs:
@cd ./docs ; python make_params.py; jb build ./book

format:
black . -l 79
linecheck . --fix

pip-package:
pip install wheel
pip install setuptools
python setup.py sdist bdist_wheel

0 comments on commit 92f7594

Please sign in to comment.