From 2c179fa5fb2da1e33a0b89efab19cd9b8bb543b4 Mon Sep 17 00:00:00 2001 From: Katherine Klise Date: Tue, 21 Nov 2023 08:28:43 -0800 Subject: [PATCH] Updated installation instructions to use pip install --- documentation/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/installation.rst b/documentation/installation.rst index b8cb540..f4b6177 100644 --- a/documentation/installation.rst +++ b/documentation/installation.rst @@ -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 --------------