labscript-suite-oldfinal1 / installer

The installer for the labscript suite. This repository is used used to build zip files containing an install script and all the labscript suite python packages.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

--keep-hg option not implemented #9

Open philipstarkey opened 9 years ago

philipstarkey commented 9 years ago

Original report (archived issue) by Shaun Johnstone (Bitbucket: shjohnst, GitHub: shjohnst).


When trying to build with --keep-hg I got this traceback:

#!python

python setup.py build --keep-hg
Traceback (most recent call last):
  File "setup.py", line 457, in <module>
    function(*args)
TypeError: build() takes no arguments (1 given)
philipstarkey commented 9 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


Sorry, the docs are out of date. That option doesn't exist, it has been made non optional.

python setup.py install should be all you need. Use the development version, and I'll make another release soon with fixed docs!