Skip to content

Commit

Permalink
DOC: Update docs to use pip to install ACT.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Feb 15, 2024
1 parent 3527a7a commit 1d370f5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,14 @@ the source code or use git to checkout the repository::

git clone https://github.com/ARM-DOE/ACT.git

To install in your home directory, use::
Once you have the directory locally, you can install ACT in
development mode using::

python setup.py install --user

To install for all users on Unix/Linux::

python setup.py build
sudo python setup.py install
pip install -e .

Development install using pip from within the ACT directory::
If you want to install the repository directly, you can use::

pip install -e .
pip install git+https://github.com/ARM-DOE/ACT.git

Contributing
~~~~~~~~~~~~
Expand Down

0 comments on commit 1d370f5

Please sign in to comment.