Skip to content

Commit

Permalink
Instructions for installing the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jun 20, 2024
1 parent a642d92 commit 7d1c9da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Python functions for writing shell-style system scripts.

## Installation

To install plano globally for the current user:
Install the dependencies if you need to:

~~~
sudo dnf -y install python-build python-pip python-pyyaml
~~~

Install plano globally for the current user:

~~~
make install
Expand Down

0 comments on commit 7d1c9da

Please sign in to comment.