소스 검색

document how to install pycrypto with the new method

oz123 11 년 전
부모
커밋
ad37e45743
1개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. 13 3
      README.md

+ 13 - 3
README.md

@@ -67,7 +67,17 @@ You can also install PWMAN3 using python pip:
 
 ### Windows Users:
 
-You need to compile python-crypto using mingw, after you downloaded the source code of
+Before installing pwman3 you need to install PyCrypto. To you can install PyCrypto with:
+
+    python setup install_pycrypto
+
+When done, issue:
+    
+    python setup install
+
+If you are more picky than than than you can compile PyCrypto using the instruction bellow.
+
+After you downloaded the source code of 
 pycrypto and extracted it do the following inisde the source code direcotry:
 
     C:\Temp\pycrypto> python setup.py build -c mingw32 
@@ -75,9 +85,9 @@ pycrypto and extracted it do the following inisde the source code direcotry:
 
 Now you should be able to run pwman3 on Windows.
 
-### On Windows 7 64bit: 
+On Windows 7 64bit: 
 
-PyCryption builds with mingw gcc version 4.6.2. Note that you also need msys installed from mingw. 
+PyCrypto builds with mingw gcc version 4.6.2. Note that you also need msys installed from mingw. 
 The above setup commands won't work in the Windows command prompt. But they do work in 
 the msys command prompt. 
 You also need to edit the following file: