Warning
This is an alpha build. This version could be very unstable. See V6 release for installation process
- Made the oauth connect script independent from spotcast main module
New script process
From the testing of the community, I made some changes to the installation process. Please run the following commands in a terminal now:
git clone https://github.com/fondberg/spotcast.git
cd spotcast
git checkout dev
python -m venv .venv
Activating the virtual environment we just created will depend on your OS and shell
OS | Shell | Command |
---|---|---|
Linux/Mac | bash/zsh | source ./.venv/bin/activate
|
Linux/Mac | fish | source ./.venv/bin/activate.fish
|
Linux/Mac | csh/tcsh | source ./.venv/bin/activate.csh
|
Linux/Mac | pwsh | source ./.venv/bin/activate.ps1
|
Windows | cmd | .venv\Scripts\activate.bat
|
Windows | PowerShell | .venv\Scripts\activate.ps1
|
Once that is done, run the following:
pip install -r requirements-scripts.txt
python scripts/connect_desktop_oauth.py