You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
***
15
15
16
16
<h3align="center">
17
-
<ahref="https://github.com/amnweb/yasb/wiki">Wiki</a>・<ahref="https://github.com/amnweb/yasb-themes">Share Your Theme</a>・<ahref="https://github.com/amnweb/yasb/discussions">Discussions</a>・<ahref="https://github.com/amnweb/yasb/issues">Report a bug</a>
17
+
<ahref="https://github.com/amnweb/yasb/wiki/Installation">Installation</a>・<ahref="https://github.com/amnweb/yasb/wiki">Docs</a>・<ahref="https://github.com/amnweb/yasb-themes">Share Your Theme</a>・<ahref="https://github.com/amnweb/yasb/discussions">Discussions</a>・<ahref="https://github.com/amnweb/yasb/issues">Report a bug</a>
1. Download the latest installer from the [GitHub releases page](https://github.com/amnweb/yasb/releases/latest).
7
-
2. Run the installer and follow the on-screen instructions to complete the installation.
5
+
### Manual Installation (stable release)
6
+
1. Go to the [releases page](htpps://github.com/amnweb/yasb/releases).
7
+
2. Choice the architecture that matches your system (x64 or ARM64).
8
+
3. Download the `yasb-{version}-{architecture}.msi` installer.
9
+
4. Run the installer and follow the on-screen instructions.
8
10
11
+
12
+
### Manual Installation (latest development build)
13
+
1. Go to the [pre release](https://github.com/amnweb/yasb/releases/tag/dev)
14
+
2. Choice the architecture that matches your system (x64 or ARM64).
15
+
3. Download the `yasb-dev-{architecture}.msi` installer.
16
+
4. Run the installer and follow the on-screen instructions.
17
+
18
+
19
+
20
+
### Using Package Managers (only stable releases)
9
21
***
10
22
23
+
11
24
### Winget
12
25
Install YASB using [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/):
13
26
```powershell
@@ -34,10 +47,11 @@ choco install yasb
34
47
***
35
48
36
49
### Using Python
37
-
- Install Python >= 3.12
50
+
- Install Python >= 3.14
38
51
- Install the application and its dependencies:
39
52
-`pip install .` (for regular installation)
40
53
-`pip install -e .[dev]` (for development installation)
54
+
-`pip install -e .[dev,packaging]` (for packaging development installation)
41
55
- Create the directory `C:/Users/{username}/.config/yasb/` and copy [styles.css](https://github.com/amnweb/yasb/blob/main/src/styles.css) and [config.yaml](https://github.com/amnweb/yasb/blob/main/src/config.yaml) into folder. If you don't have the `.config/yasb/` directory, on first run the application will create it for you. To use a custom directory, set the `YASB_CONFIG_HOME` environment variable.
42
56
- Configure [styles.css](https://github.com/amnweb/yasb/blob/main/src/styles.css) and [config.yaml](https://github.com/amnweb/yasb/blob/main/src/config.yaml) to your liking.
43
57
- Start the application:
@@ -47,7 +61,7 @@ choco install yasb
47
61
### Build from source
48
62
- Clone the repository: `git clone https://github.com/amnweb/yasb`
49
63
- Navigate to the project directory: `cd yasb`
50
-
- Install the required dependencies: `pip install -e .[dev]`
64
+
- Install the required dependencies: `pip install -e .[packaging]`
0 commit comments