Commit 0833d378 authored by Guillaume Seguin's avatar Guillaume Seguin

Add argparse dependency to README.md

parent fb3e4068
...@@ -101,9 +101,10 @@ Run Printrun for source if you want to test out the latest features. ...@@ -101,9 +101,10 @@ Run Printrun for source if you want to test out the latest features.
To use pronterface, you need: To use pronterface, you need:
* python (ideally 2.6.x or 2.7.x), * python (ideally 2.6.x or 2.7.x),
* pyserial (or python-serial on ubuntu/debian), * pyserial (or python-serial on ubuntu/debian)
* pyglet * pyglet
* pyreadline (not needed on Linux) and * pyreadline (not needed on Linux) and
* argparse (installed by default with python >= 2.7)
* wxPython * wxPython
Please see specific instructions for Windows and Mac OS X below. Under Linux, you should use your package manager directly (see the "GETTING PRINTRUN" section) Please see specific instructions for Windows and Mac OS X below. Under Linux, you should use your package manager directly (see the "GETTING PRINTRUN" section)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment