Updated README with pipenv instructions

This commit is contained in:
Sumner Evans
2020-01-31 20:50:51 -07:00
parent fca14475fa
commit 25326b8670

View File

@@ -64,11 +64,16 @@ Requirements:
- Probably other things... Please create an MR with any other dependencies that - Probably other things... Please create an MR with any other dependencies that
you had to install to develop the app. you had to install to develop the app.
Install the Sublime Music app locally (commands may differ from what is This project uses a ``Pipfile`` for managing dev dependencies. Make sure that
described below, this is merely an outline):: you have Pipenv_ (and Pyenv_ if necessary) set up properly, then run::
pip install -e . --user pipenv install --dev
pip install -r dev-requirements.txt
to install the development dependencies as well as install ``sublime-music``
into the virtual environment as editable.
.. _Pipenv: https://pipenv.readthedocs.io/
.. _Pyenv: https://github.com/pyenv/pyenv
Building the flatpak Building the flatpak
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^