Skip to content

Python3pkg/PyBiomech

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

A minimal Python environment with setuptools library is expected. We recommend Anaconda. PyBiomech was tested on:

  • Anaconda Python 2.7 64-bit
  • VTK 5.10.1
  • NumPy 1.12.0
  • SciPy 0.18.1

Installation (for Anaconda)

  • Open a command shell
  • Type the following to install the first dependencies:
    conda install numpy scipy vtk
    Then choose "y".
  • Install the last dependency like this:
    easy_install btk
  • Proceed with the installation of PyBiomech:
    pip install PyBiomech --no-deps
  • To verify than everything went ok, type:
    python
    and then import the library:
    >>> import PyBiomech
    If no error occurs, then you have correctly installed it!

Update

  • Open a command shell
  • Type the following to update PyBiomech:
    pip install PyBiomech --no-deps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%