Metadata-Version: 1.0
Name: PyBiomech
Version: 0.18.0
Summary: Collection of tools for certain biomechanical pipelines
Home-page: https://github.com/u0078867/PyBiomech
Author: u0078867
Author-email: davide.monari@kuleuven.be
License: MIT
Description-Content-Type: UNKNOWN
Description: Requirements:
        -------------
        
        A minimal Python environment with *setuptools* library is expected. We recommend *Anaconda*.
        *PyBiomech* was tested on:
        
        - Anaconda Python 2.7 64-bit
        - VTK 6.3.0
        - NumPy 1.12.0
        - SciPy 0.18.1
        
        Installation (for Anaconda)
        ---------------------------
        
        * Open a command shell
        * Type the following to install the first dependencies:
        
          .. code-block:: sh
        
             conda install numpy scipy vtk
        
          Then choose "y".
        * Install the last dependency like this:
        
          .. code-block:: sh
        
             easy_install btk
        
        * Proceed with the installation of *PyBiomech*:
        
          .. code-block:: sh
        
             pip install PyBiomech --no-deps
        
        * To verify than everything went ok, type:
        
          .. code-block:: sh
        
             python
        
          and then import the library:
        
          .. code-block:: python
        
             >>> import PyBiomech
        
          If no error occurs, then you have correctly installed it!
        
        Update
        ------
        
        * Open a command shell
        * Type the following to update *PyBiomech*:
        
          .. code-block:: sh
        
             pip install PyBiomech --upgrade --no-deps
        
Platform: UNKNOWN
