Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2016-07-21 | 1.3 kB | |
MiModD-0.1.7.3.tar.gz | 2016-07-20 | 3.8 MB | |
MiModD-0.1.7.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_10_intel.macosx_10_11_intel.macosx_10_6_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.whl | 2016-07-20 | 4.4 MB | |
MiModD-0.1.7.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_10_intel.macosx_10_11_intel.macosx_10_6_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.whl | 2016-07-20 | 4.4 MB | |
MiModD-0.1.7.3-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_10_intel.macosx_10_11_intel.macosx_10_6_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.whl | 2016-07-20 | 4.4 MB | |
MiModD-0.1.7.3-source-install.zip | 2016-07-20 | 4.2 MB | |
Totals: 6 Items | 21.2 MB | 0 |
MiModD v0.1.7.3 package downloads ================================= NOTE: the simplest and recommended way to get MiModD is through using the pip Python package installer from the command line like so: python3 -m pip install MiModD --user (for more detailed instructions on pip-installing MiModD see http://mimodd.readthedocs.io/en/v0.1.7.3/INSTALL.html) The files here should be of interest to you ONLY if you intend to install MiModD manually without pip. Specifically, the: - MiModD-0.1.7.3-cp3#-cp3#m-macosx files are OSX binaries for specific versions of Python 3 indicated by the digit found in place of #. E.g., the cp35 file is for use with Python 3.5. After downloading any of these files, MiModD can be installed for the current user by running: python3.# <downloaded_file> --user - MiModD-0.1.7.3-source-install.zip is a platform- and Python-version independent source file from which MiModD can be built and installed for the current user by running: python3 MiModD-0.1.7.3-source-install.zip --user - MiModD-0.1.7.3.tar.gz is a source archive that you could use for a basic python3 setup.py install. Please refer to http://mimodd.readthedocs.io/en/v0.1.7.3/INSTALL.html for more information about different MiModD installation schemes.