@Ice
Please install pip first: https://www.tecmint.com/install-pip-in-linux/
]]>$ sudo pip install python-config sudo: pip: command not found
Where I’m wrong???
]]>@Edwin
Do this:
$ git clone https://github.com/iipeace/guider.git $ cd guider $ sudo ./guider.py
To run it without installing on your system. Or run the following command to install python-config:
$ sudo pip install python-config
Then install guider like this:
$ make $ sudo make install
Last option is to install using PIP:
$sudo pip install – -pre guider
]]>