Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pyecm3-2.0.1.zip | 2012-01-15 | 20.9 kB | |
pyecm3-2.0.1.tar.gz | 2012-01-15 | 20.0 kB | |
README.txt | 2012-01-14 | 853 Bytes | |
Totals: 3 Items | 41.7 kB | 0 |
HOW TO RUN PYECM 3: NOTE: This version of pyecm runs with python 3. Otherwise, it's exactly the same as the normal pyecm. Because of some changes in how integer arithmetic is handled in python 3, this version is slightly slower than the other pyecm and thus is included only for compatibility reasons (or if/when python 2 gets phased out). ALL PLATFORMS: - First, make sure python (>= 3.0) is installed and working. You can always get the latest release from http://python.org - For speed increases, you may optionally install gmpy. This is highly recommended, as it results a massive speed increase. UNIX, LINUX, MAC: - You can either use python pyecm.py to run it or change the filename to pyecm and execute it as a script. WINDOWS: - Just run pyecm.py as you would any other python program. PROJECT LINKS: gmpy (http://code.google.com/p/gmpy/)