File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,21 +4,11 @@ To build from source you need to clone this repo:
44` git clone https://github.com/HojdaAdelin/CodeNimble.git `
55
661 . You need to download these libraries:
7- - customtkinter
8- - tkinter
9- - CTkMenuBar
10- - CTkTable
11- - Pywinstyles
7+ - PySide6
128 ``` sh
139 pip install PySide6
14- pip install black
1510 ```
1611
17- 2. Fiind the source of the custom tkinter library
18- It should be like this: ` C:/Users/{user}/AppData/Local/Programs/Python/Python311/Lib/site-packages/customtkinter` and copy this
12+ 2. Open a CMD in the Code Nimble source folder and run the code from [build-file](build_info/build.md)
1913
20- 3. Put the custom tkinter source in the [build-file](build_info/build.md) in " [Path to customtkinter library]"
21-
22- 4. Open a CMD in the Code Nimble source folder and run the code from [build-file](build_info/build.md)
23-
24- 5. Open the dist folder created in the source and run CodeNimble.exe from the CodeNimble folder
14+ 3. Open the dist folder created in the source and run CodeNimble.exe from the CodeNimble folder
You can’t perform that action at this time.
0 commit comments