Skip to content

Commit

Permalink
Updated installation instructions to use pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Nov 21, 2023
1 parent 2e5c690 commit 2c179fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ To install the development branch of Chama from source using git::

git clone https://github.com/sandialabs/chama
cd chama
python setup.py install
python -m pip install .

Developers should build Chama using the setup.py 'develop' option.
Developers should build Chama using ``python -m pip install -e .``

Dependencies
--------------
Expand Down

0 comments on commit 2c179fa

Please sign in to comment.