Skip to content

Commit

Permalink
Changed code-block to code in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohan committed May 28, 2020
1 parent e901171 commit 7bd7dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Expand Up @@ -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 <https://github.com/LLNL/pysaber>`_, first download the repository using the download link in the top right corner of the `webpage <https://github.com/LLNL/pysaber>`_. 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 .
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -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'],
Expand Down

0 comments on commit 7bd7dc7

Please sign in to comment.