Page 1 of 1
How can I install another python module in stko?
Posted: Wed Sep 08, 2021 6:27 am
by gookki
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...
Re: How can I install another python module in stko?
Posted: Wed Sep 08, 2021 7:46 am
by marafini.f
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
