From: daid303 Date: Mon, 18 Mar 2013 10:25:15 +0000 (+0100) Subject: Remove the cx-freeze requirement. X-Git-Tag: 13.05~64^2~25 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9a99b3068d5741befac11e35b948409cbb62c42b;p=cura.git Remove the cx-freeze requirement. --- diff --git a/README.md b/README.md index 8fa10cb5..ff7a6c38 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ sudo apt-get install python-opengl sudo apt-get install python-numpy sudo apt-get install python-serial sudo apt-get install python-setuptools -sudo apt-get install cx-freeze cd Cura diff --git a/requirements.txt b/requirements.txt index d60cef80..48f74c08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ numpy>=1.6.2 pyserial>=2.6 power>=1.2 setuptools>=0.6.34 -cx-freeze>=4.3.1