- Setup requirements from readme
- Install pipenv
- Clone this project:
git clone https://github.com/glensc/plex-fuse - Change to
plex-fusedirectory - Install project dependencies
pipenv install - Install
plex-fuseas editable project:pipenv run python -m pip install -e . - To mount the configured PMS somewhere, i.e
plex-server:mkdir plex-server; pipenv run python -m plexfuse plex-server -f
By contributing, you agree that your contributions will be licensed under its BSD 3-Clause License.