Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INSTALL.md: add more information on leaving the virtual environment
Leave with `deactivate`. Enter the environment again with ``` source lbry-venv/bin/activate ``` ------------ When developing, we can start the server interactively. ``` python lbry/extras/cli.py start ``` Parameters can be passed in the same way. ``` python lbry/extras/cli.py wallet balance ``` If a Python debugger (`pdb` or `ipdb`) is installed we can also start it in this way, set up break points, and step through the code. ``` ipdb lbry/extras/cli.py ```
- Loading branch information