diff --git a/docs/installation.rst b/docs/installation.rst index 32e4f9c..aa5a9fd 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,7 +6,12 @@ Installation Installation for End Users -------------------------- -Run pip, yo! +For end users, install from pip with: + +.. code-block:: bash + + pip3 install lb_content_resolver + Installation for Development ---------------------------- @@ -34,4 +39,3 @@ Use these commands to install on Windows: .ve\Scripts\activate.bat pip install .[tests] python -m troi.cli --help - diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 6496c08..593cfa2 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -7,32 +7,4 @@ Update for content resolver. .. code-block:: bash - python -m troi.cli - - -To list all the patches that are currently available, do: - -.. code-block:: bash - - python -m troi.cli list - - -To generate a playlist from a patch and display it in the terminal, do: - -.. code-block:: bash - - python -m troi.cli playlist --print daily-jams - -This will generate a playlist and print the list to the terminal. - - -To generate a playlist from a patch and display it and then upload it to ListenBrainz: - -.. code-block:: bash - - python -m troi.cli playlist --print --upload --token daily-jams - -This will generate a playlist and print the list to the terminal and then upload it to ListenBrainz. You can find your -user token on your `profile page at ListenBrainz `_. - -From here on you can explore different :ref:`patches` or read how Troi works :ref:`technical-introduction` + resolve create