-
Notifications
You must be signed in to change notification settings - Fork 78
Installation
Yasb is written using Python 3.9.0 and makes use of several features which are not available in earlier versions of Python 3.
NOTE: Some modules, such as winrt, do not yet support Python 3.10.
release - TODOscoop - TODO- from source
In order to run Yasb locally, clone the source code repository:
git clone https://github.com/denBot/yasb.git
Yasb makes use of several python packages, including PyQt6, pytz, cerberus and watchdog. These packages are required to run Yasb.
To install the python requirements, enter the repository directory in your terminal of choice and run:
pip install -r requirements.txt
python src/main.py
or run using pythonw
pythonw src/main.py
To find out how to configure Yasb, please refer to Configuration.
If the application fails to start or crashes at any point, please have a look at the log file yasb.log
which will be created within your configuration directory.
Something not quite right? Please consider submitting an issue if you think this Wiki needs to be updated.
- Home
- Installation
- Configuration
- Styling
- Widgets:
- FAQ