mknx / smarthome

http://mknx.github.io/smarthome/
GNU General Public License v3.0
126 stars 68 forks source link

Error in Documentation #77

Open primozer opened 10 years ago

primozer commented 10 years ago

These are maybe some minor or obvios errors in the Documentation: on http://mknx.github.io/smarthome/install for installing python there is written: $ sudo pip-3.2 install ephem this does not work on my maschine. I have to use: $ sudo pip3.2 install ephem

for installing the stable version there is written: $ sudo tar --owner=smarthome xvzf path-to-tgz/smarthome-X.X.tgz I have to use: $ sudo tar --owner=smarthome -xvzf path-to-tgz/smarthome-X.X.tgz

ohinckel commented 10 years ago

Just interested: which distribution are you using?

2ndsky commented 10 years ago

I had the same "problem" on ubuntu 12.04.

ohinckel commented 10 years ago

I think the tar command should be changed to support the standard way of specifying comand line arguments.

For the pip command I suggest to use just pip instead of pip3.2 or pip-3.2, since the distibution should provide this command as shortcut to the latest version of the binary.