Metadata-Version: 1.0
Name: PyBiomech
Version: 1.9.3
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: Requirements:
        -------------
        
        A minimal Python environment with *setuptools* library is expected. We recommend *Anaconda* 64-bit.
        
        Installation (for Anaconda)
        ---------------------------
        
        * Open a command shell
        
        * Proceed with the installation of *PyBiomech*:
        
          .. code-block:: sh
        
             pip install PyBiomech -vvv
        
        * 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
        
Platform: UNKNOWN
