Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Jun 4, 2024
1 parent b02e0aa commit 56c51df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/setup-guides/production-baremetal/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ update-alternatives --install /usr/bin/python python /usr/bin/python3 1
{% endtab %}
{% endtabs %}

### Initialize cc-ansible's virtualenv and deps

* cc-ansible will install all of its own dependencies into a python virtualenv, located inside the chi-in-a-box git checkout directory. You'll need to do this before running other `cc-ansible` subcommands.

```bash
./cc-ansible install_deps
```


### Initialize the site configuration

1. Check out this repository:
Expand Down

0 comments on commit 56c51df

Please sign in to comment.