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
if (last_event_temp2 is not None and (self.replayType == 1 or (self.replayType == 3 and value_decreasing)) and len(self.temp2)>1 and self.temp2[-1] != -1 and
6568
6583
self.temp2[-2] != -1 and self.temp2[-1] >= self.temp2[-2] and
#libusb-package==1.0.26.3; platform_system=='Windows' # temp removed for Py 3.14, monkey patched into .appveyor.yml until a Py3.14 wheel is available on pypi
106
106
tzdata==2026.1; platform_system=='Windows'# to prevent pyinstaller WARNING: Hidden import "tzdata" not found!
Copy file name to clipboardExpand all lines: wiki/HowToRunFromSource.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# How to run Artisan from source
2
2
3
3
____
4
-
**Important: Artisan is licensed under [The GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.html). Copies of Artisan and derivative works are subject to this license. Be sure to review the license to understand your legal obligations and please respect them.**
4
+
**Important: Artisan is licensed under [The GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.html). Copies of Artisan and derivative works are subject to this license. Be sure to review the license to understand your legal obligations and please respect them.**
5
5
____
6
6
7
7
### Introduction
8
8
9
-
Artisan provides install packages for all supported platforms on [GitHub](https://github.com/artisan-roaster-scope/artisan/releases). However, some users may desire to run Artisan directly from the source code. This document explains how to do so on macOS, Linux and Windows.
9
+
Artisan provides install packages for all supported platforms on [GitHub](https://github.com/artisan-roaster-scope/artisan/releases). However, some users may desire to run Artisan directly from the source code. This document explains how to do so on macOS, Linux and Windows.
10
10
11
11
While this document is presumed free of errors as of January 2024, there is no guarantee that it is correct as you read it. If you find an error or discrepancy please start a [new general discussion](https://github.com/artisan-roaster-scope/artisan/discussions/new?category=general) on GitHub.
12
12
@@ -15,7 +15,7 @@ While this document is presumed free of errors as of January 2024, there is no g
15
15
16
16
1. Install git from [scm-git.com](https://git-scm.com/downloads)
17
17
18
-
2. Install Python 3.11 from [python.org](https://www.python.org/)
18
+
2. Install Python 3.12 from [python.org](https://www.python.org/)
19
19
20
20
>*Note for Windows: Python may be installed from the Microsoft Store or by direct download from the link above. When installed from the Microsoft Store it is normally started using `python3` as shown below. When Python is installed by direct download it is normally started with the command `python`. Also note, the Windows command prompt is '>' where the macOS/Linux prompt is '#' as shown below.*
21
21
@@ -71,7 +71,7 @@ While this document is presumed free of errors as of January 2024, there is no g
71
71
72
72
[comment]: # (When restoring change the nu,ber below to '7')
0 commit comments