Skip to content

Commit

Permalink
docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Jul 29, 2023
1 parent b2e1429 commit 97995fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ directory::

Install ``aesop`` with::

python setup.py install
pip install .

You can ensure that the package was installed successfully by running the tests
from a Python interpreter with the following commands::
from the command line with::

import aesop
aesop.test()
tox -e test
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ commands =
description = invoke sphinx-build to build the HTML docs
change_dir = docs
extras = docs
warning-is-error = 0
commands =
sphinx-build -b html . _build/html
sphinx-build -W -b html . _build/html

0 comments on commit 97995fd

Please sign in to comment.