jminardi / mecode

GCode for all
MIT License
221 stars 61 forks source link

How to set up Mecode software on my laptop? #44

Closed soychemi closed 8 years ago

soychemi commented 8 years ago

It is very diffifcult to find the Mecode software here. I download the Mecode software, but don't find the setup file. How to set it up?

jminardi commented 8 years ago

The easiest way to install mecode is with pip:

$ sudo pip install mecode

If you want to install it from source, use the instructions in the readme:

$ git clone https://github.com/jminardi/mecode.git
$ cd mecode
$ pip install -r requirements.txt
$ python setup.py install