-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
kian140908 edited this page Dec 14, 2025
·
6 revisions
Method 1 pip:
- step 1. open cmd or terminal
- step 2. type pip install matematik_klib or for a specific version use pip install matematik_klib==0.1.2.5 <-- example
Method 2 whl:
- step 1. open cmd or terminal
- step 2. type pip install "put path to file"/"file name".whl
v0.1.2 whl file: (link: download)
Method 3 Tarball:
- step 1. open cmd or terminal
- step 2. type pip install "put path to file"/"file name".tar.gz
v0.1.2 tar.gz file: (link: download)