Skip to content

nagyistge/python-irtk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-irtk

Install

The easiest way to install python-irtk is through conda:

conda install -c kevin-keraudren python-irtk

conda is the package manager that comes with the free Anaconda Python distribution from Continuum Analytics. It is highly recommended for scientific computing in Python as it allows you to install within seconds your favourite libraries, along with their depencies. Additionally, you can easily set up different virtual environments in order to test different versions of some libraries.

Documentation

See the documentation and notebooks.

To update the documentation:

cd python-irtk/doc/
make html
cd ../../python-irtk-doc/
git add .
git commit -m "rebuilt docs"
git push origin gh-pages

See daler's tutorial for more details on publishing sphinx-generated docs on github.

For more information on IRTK:

See the github repository of IRTK.

About

Cython based wrapper for IRTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.3%
  • C++ 30.5%
  • CMake 1.2%
  • C 1.0%