We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f2a4d1 + 05751db commit 4731008Copy full SHA for 4731008
setup.py
@@ -4,8 +4,8 @@
4
name="GaitAnalysisToolkit",
5
version="1.0",
6
install_requires=[
7
- "GaitCore @ git+https://github.com/WPI_AIM/AIM_GaitCore.git",
8
- "Vicon @ git+https://github.com/WPI_AIM/AIM_Vicon.git"
+ "GaitCore @ git+https://github.com/WPI-AIM/AIM_GaitCore.git",
+ "Vicon @ git+https://github.com/WPI-AIM/AIM_Vicon.git"
9
],
10
packages=setuptools.find_packages(exclude=["testing", "Examples"])
11
)
0 commit comments