Skip to content

Commit

Permalink
Update developer-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker authored Mar 2, 2023
1 parent 50a6607 commit 923e160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
python3 -m twine upload --repository ms-mint dist/ms*mint-*

## Windows executables
pyinstaller --onedir --noconfirm specfiles\Mint__onedir__.spec --additional-hooks-dir=hooks

cd specfiles && pyinstaller --noconfirm Mint.spec ..\scripts\Mint.py
## Documentation deployment

mkdocs build && mkdocs gh-deploy
Expand Down Expand Up @@ -32,4 +32,4 @@ Then start MINT with `--serve-path='\mint\'`.
To run tests and code optimization you need the
following packages:

conda install flake8 pytest mkdocs
conda install flake8 pytest mkdocs

0 comments on commit 923e160

Please sign in to comment.