sensestage / ssdn_python

Python client to interact with the SenseWorld DataNetwork, as well as bridge to interact with a network of Sense/Stage MiniBees and DataNetwork or OSC
1 stars 0 forks source link

pyserial-sensestage.tar.gz should uncompress into its own folder #21

Closed novadeviator closed 5 years ago

novadeviator commented 6 years ago

It's quite annoying to have pyserial-sensestage.tar.gz untar/unzip into its parent folder (ssdn_python) messing things up. it should create its own folder 'python-serial' when uncompressing.

sensestage commented 5 years ago

ah, ok. It does this in the installation script:

tar xzvf pyserial-sensestage.tar.gz -C pyserial

but not automatically.