Skip to content

CRECKMODELING/SciExpeM_API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SciExpeM_API

API Python wrapper for SciExpeM

Install using 'pip'

$ pip install SciExpeM-API 

Upgrade using 'pip'

$ pip install SciExpeM-API --upgrade

Install from source code

Download this repository, move inside the directory, create the wheel, and install the package inside your python enviroment.

$ git clone https://github.com/edoardoramalli/SciExpeM_API
$ cd SciExpeM_API
$ python setup.py bdist_wheel 
$ pip install dist/SciExpeM_API-2.0.0-py3-none-any.whl

The last instruction could change based on the OS, and the version of the package.

About

Python API Wrapper for SciExpeM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%