From 9a99b3068d5741befac11e35b948409cbb62c42b Mon Sep 17 00:00:00 2001 From: daid303 Date: Mon, 18 Mar 2013 11:25:15 +0100 Subject: [PATCH] Remove the cx-freeze requirement. --- README.md | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) 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 -- 2.30.2