Skip to content

Commit 2c179fa

Browse files
committed
Updated installation instructions to use pip install
1 parent 2e5c690 commit 2c179fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ To install the development branch of Chama from source using git::
1818

1919
git clone https://github.com/sandialabs/chama
2020
cd chama
21-
python setup.py install
21+
python -m pip install .
2222

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

2525
Dependencies
2626
--------------

0 commit comments

Comments
 (0)