Samuel Sadok
9f9f2ea914
Fix installation and dependencies of odrivetool
...
Previously the install would fail if monotonic and appdirs were not
already installed before installing odrivetool.
2020-05-26 20:53:14 +02:00
Oskar Weigl
9ccca4352f
make pypi script release by default
2020-05-07 12:14:38 -07:00
Oskar Weigl
f750de0bbc
move setup_udev_rules from utils to version to avoid importing heavy utils.py during install
2019-04-03 20:23:26 -07:00
Oskar Weigl
035c899776
make all errors to setting up udev rules during install non-fatal
2019-04-02 21:40:13 -07:00
Josh Marshall
b8d0337b6c
Python 2.7 compatibility
2018-07-23 17:07:18 +10:00
Oskar Weigl
3e1cfcaf5b
improve pip setup version handling and cleanup
2018-07-01 21:34:43 -07:00
Oskar Weigl
174be018c7
reset fixcounter
2018-07-01 21:19:39 -07:00
Oskar Weigl
955aba11a5
fix axis error motor failed when encoder failed
2018-07-01 15:42:48 -07:00
Oskar Weigl
1774e88b30
better version handling
2018-06-21 16:37:58 -07:00
Oskar Weigl
1d750c10de
Merge pull request #174 from madcowswe/sam_python_fixes
...
Fix odrive pip install
2018-06-18 15:58:50 -07:00
Samuel Sadok
621f9521a8
remove install-time PySerial dependency and don't fail if installed as non-root
2018-06-18 11:54:41 +02:00
Oskar Weigl
22d7c8f139
make available post releases
2018-06-16 16:21:37 -07:00
Oskar Weigl
4df77b21bf
add requests dep to pip package
2018-06-16 15:51:21 -07:00
Samuel Sadok
d878afeeff
fix setuptools to package fibre into odrive package
2018-05-14 13:14:30 -07:00
Samuel Sadok
2fde5b4d85
improve cross platform compatibility
...
- python odrive module can be used from python2 again
- the automatic firmware version.h generation is now based on python instead of bash (which didn't work well on Windows)
2018-04-24 15:35:10 -07:00
Oskar Weigl
89ee84ca39
releae with setuptools, fix some help text
2018-04-21 17:44:25 -07:00
Samuel Sadok
7b9b0f884b
Add batch file for windows as a trampoline for the actual script
...
The installation does not work unless pywin32 is already installed.
See: https://github.com/mhammond/pywin32/issues/1197
2018-04-17 20:08:15 -07:00
Samuel Sadok
0eddbfc11c
Add udev-setup command to odrivetool
2018-04-17 20:08:15 -07:00
Samuel Sadok
cd5b9014c1
include PyWin32 as dependency for windows, add "Developer Preview" note
2018-04-17 20:07:59 -07:00
Samuel Sadok
d413f3a490
rename odrvtool to odrivetool and include odrive.dfuse in pip package
2018-04-07 21:49:34 -07:00
Samuel Sadok
fbaac861d7
rename odrvtool to odrivetool
2018-03-30 16:46:22 -07:00
Samuel Sadok
eeb5786397
add setup.py to publish python tools to PyPi
2018-03-30 16:21:30 -07:00