Bladeren bron

Updated README and ignore file

Taddeus Kroes 11 jaren geleden
bovenliggende
commit
c28f7ca837
2 gewijzigde bestanden met toevoegingen van 6 en 7 verwijderingen
  1. 4 0
      .gitignore
  2. 2 7
      README.md

+ 4 - 0
.gitignore

@@ -2,3 +2,7 @@
 *.pyc
 *~
 cert.pem
+MANIFEST
+build/
+dist/
+*.egg-info/

+ 2 - 7
README.md

@@ -31,14 +31,9 @@ Here is a quick overview of the features in this library:
 Installation
 ============
 
-Using Python's package manager (note: this seems to be bugged atm):
+Using Python's package manager:
 
-    easy_install wspy
-    pip install wspy
-
-Using Git inside your project:
-
-    git submodule add https://github.com/taddeus/wspy.git
+    sudo pip install wspy
 
 
 Getting Started