Skip to content

Commit 4b67952

Browse files
authored
Merge pull request #85 from HojdaAdelin/dev
BUILD.md updated
2 parents c78fcea + 8b71b78 commit 4b67952

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

BUILD.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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

66
1. 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

0 commit comments

Comments
 (0)