Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 865 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 865 Bytes

iTypes

Overview

This library provides a set of python data types. It is a supporting library for iViz.

Tutorials and YouTube videos will be made available in the second half of 2022.

Installation

Instructions:

cd /my/code
git clone https://github.com/eddy-ilg/itypes
cd itypes 

# Install dependencies 
pip3 install --user -r requirements.txt 

# Install optional dependencies (recommended)
pip3 install --user -r optional.txt 

# Add to your ~/.bashrc:
# (this will configure PATH and PYTHONPATH)
source /my/code/itypes/bashrc 

License

The code is licensed under the MIT license. Please contact Eddy Ilg for questions.

Contributions

Contributions are welcome. Please contact Eddy Ilg for questions.