diff --git a/docs/api_installing.rst b/docs/api_installing.rst index ede400d0..e0e7ab59 100644 --- a/docs/api_installing.rst +++ b/docs/api_installing.rst @@ -25,7 +25,10 @@ You can download the package manager and use it to install the dependencies abov Installing SimPEG ================= -SimPEG is not **yet** on pip. +SimPEG is on pip!!:: + + pip install SimPEG + Installing from Source ---------------------- diff --git a/setup.py b/setup.py index b33479b2..9dcf2925 100644 --- a/setup.py +++ b/setup.py @@ -11,15 +11,19 @@ from Cython.Build import cythonize import numpy as np CLASSIFIERS = [ +'Development Status :: 4 - Beta', 'Intended Audience :: Developers', +'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Mathematics', +'Topic :: Scientific/Engineering :: Physics', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix', 'Operating System :: MacOS', +'Natural Language :: English', ] import os, os.path