How can I install another python module in stko?
How can I install another python module in stko?
Later, I want to receive a specific table from another data and substitute it for stko's element property for comparison. If a module like Pandas is applicable, it seems relatively easy to try, so I added it to the stko python package with pip install-t, but Pandas is partially written in C language, so I don't know how to build it separately to install it manually...
-
marafini.f
- Posts: 363
- Joined: Fri Nov 13, 2020 1:52 pm
Re: How can I install another python module in stko?
Dear gokki,
if you want to install any additional packages you simply need to copy the installation folders in this directory on your computer.
C:\Program Files\STKO\python_packages
Normally when you install a package in the python on your pc it ends up here.
C:\Program Files\PythonXX\Lib\site-packages
If the python version is the same of STKO you can simply copy paste them from there to C:\Program Files\STKO\python_packages
The python version in STKO is Python 3.6.6.
Hope this helps
Francesca
if you want to install any additional packages you simply need to copy the installation folders in this directory on your computer.
C:\Program Files\STKO\python_packages
Normally when you install a package in the python on your pc it ends up here.
C:\Program Files\PythonXX\Lib\site-packages
If the python version is the same of STKO you can simply copy paste them from there to C:\Program Files\STKO\python_packages
The python version in STKO is Python 3.6.6.
Hope this helps
Francesca