From bd96886c507c2ea36e7e00eb20a92d4463fe333c Mon Sep 17 00:00:00 2001 From: ponty Date: Sat, 16 Feb 2013 08:35:11 +0100 Subject: [PATCH] remove requirement: entrypoint2 --- README.rst | 3 +++ requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d9a5cd1..fe271dd 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,9 @@ Ubuntu sudo apt-get install gcc sudo apt-get install libelf-dev sudo pip install pysimavr + # optional for examples: + sudo pip install entrypoint2 + Uninstall ---------- diff --git a/requirements.txt b/requirements.txt index a1a9b64..63e9676 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ path.py pyavrutils -entrypoint2 -path.py + +