-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
kian140908 edited this page Dec 13, 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.0 <-- example
Method 2 whl:
- step 1. open cmd or terminal
- step 2. type pip install "put path to file"/"file name".whl
v0.1.0 whl file: (link: https://files.pythonhosted.org/packages/a7/46/5ff819a5e57780cf652adcae9c924cdac5b2e6c460d6dbb876605e3fef6a/matematik_klib-0.1.0-py3-none-any.whl)
Method 3 Tarball:
- step 1. open cmd or terminal
- step 2. type pip install "put path to file"/"file name".tar.gz v0.1.0 tar.gz file: (link: https://files.pythonhosted.org/packages/7d/be/a8961226b93945a6c5b8a479f3c35e69aca8b19501891c66632d29e46ba6/matematik_klib-0.1.0.tar.gz)