Skip to content

Commit

Permalink
Update developer instructions for running the app.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jun 28, 2023
1 parent 4483b32 commit fe9e4f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ notarize-dmg: needs-version
$(MAKE) guard-MAC_NOTARIZE_USERNAME
$(MAKE) guard-MAC_NOTARIZE_PASSWORD
./notarize-dmg.sh "./dist/kolibri-${KOLIBRI_VERSION}-${APP_VERSION}.dmg"


run-dev:
PYTHONPATH=$$PYTHONPATH:./kolibrisrc python -m kolibri_app
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Once you have downloaded and installed the Kolibri whl file, run `make pyinstall

#### Running the app from source

`python -m kolibri_app`
`make run-dev`

#### Creating a native app for testing

Expand Down

0 comments on commit fe9e4f5

Please sign in to comment.