Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MiModD-0.1.8-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_10_intel.macosx_10_6_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.whl | 2017-11-15 | 4.8 MB | |
MiModD-0.1.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_10_intel.macosx_10_6_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.whl | 2017-11-10 | 4.7 MB | |
MiModD-0.1.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_10_intel.macosx_10_6_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.whl | 2017-11-10 | 4.8 MB | |
MiModD-0.1.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_10_intel.macosx_10_6_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.whl | 2017-11-10 | 4.7 MB | |
MiModD-0.1.8-source-install.zip | 2017-11-10 | 4.8 MB | |
MiModD-0.1.8.tar.gz | 2017-11-10 | 4.4 MB | |
README.txt | 2017-11-01 | 1.3 kB | |
Totals: 7 Items | 28.2 MB | 0 |
MiModD v0.1.8 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/latest/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.8-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.8-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.8-source-install.zip --user - MiModD-0.1.8.tar.gz is a source archive that you could use for a basic python3 setup.py install or with pip. Please refer to http://mimodd.readthedocs.io/en/latest/INSTALL.html for more information about different MiModD installation schemes.