diff --git a/docs/source/install.rst b/docs/source/install.rst index eab9d76..ef7af4a 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -3,13 +3,13 @@ Installation pysaber is installed using the python package manager pip. To install pysaber, run the following command in a terminal: -.. code-block:: +.. code:: pip install pysaber Alternatively, to install using the source code in the github repository `pysaber `_, first download the repository using the download link in the top right corner of the `webpage `_. Or, you can also git clone the repository directly from github. In a terminal, change the current directory to the outermost folder of this downloaded repository, which contains the README file, and run the following command: -.. code-block:: +.. code:: pip install . diff --git a/setup.py b/setup.py index 3cadc04..d01a14d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ long_description_content_type="text/markdown", url='https://github.com/sabersw', author='K. Aditya Mohan', - author_email='mohan3@llnl.gov', license='MIT', packages=setuptools.find_packages(), install_requires=['numpy','pyyaml','scipy','scikit-image','scikit-learn','matplotlib'],