Skip to content

Commit

Permalink
removed requirements from install-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jan 16, 2024
1 parent 3af5284 commit d03f4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ Keep it simple.
## Setup

```
# requirements
python3 -m pip install -r requirements.txt
# webui
# install
python3 -m pip install ansible-webui
# run
Expand Down
13 changes: 2 additions & 11 deletions docs/source/usage/1_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ See `the documentation <https://docs.ansible.com/ansible/latest/installation_gui

**Make sure to read** the `Ansible best-practices <https://docs.ansible.com/ansible/2.8/user_guide/playbooks_best_practices.html#directory-layout>`_ on how to use Ansible!

Dependencies
************

.. code-block:: bash
wget -O /tmp/aw_requirements.txt https://raw.githubusercontent.com/ansibleguy/ansible-webui/latest/requirements.txt
python3 -m pip install -r /tmp/aw_requirements.txt
WebUI
*****
Install
*******

.. code-block:: bash
Expand Down

0 comments on commit d03f4e4

Please sign in to comment.