Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Feb 25, 2024
1 parent 6a30b85 commit d33f9c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ It is recommended to use Visual Studio Code as your IDE, since launch files to s
With this repository cloned locally, execute the following commands in a terminal from the root of your repository:
* `python -m venv .venv` (create a new separate virtual environment to nicely separate the project dependencies)
* `source .venv/bin/activate` (activate the virtual environment)
* `pip install -r requirements_all.txt` (install the project's dependencies)
* `pip install -e .[test]` (install the project's dev and test dependencies)
* Hit (Fn +) F5 to start Music Assistant locally
* The pre-compiled UI of Music Assistant will be available at `localhost:8095` 🎉

All code is linted and verified using [pre-commit](https://pre-commit.com/). To make sure that all these checks are executed successfully *before* you push your code:
* `pip install pre-commit`
* `pre-commit install`
This ensures that the pre-commit checks kick in when you create a commit locally.

Expand Down

0 comments on commit d33f9c5

Please sign in to comment.