Skip to content

Commit

Permalink
Fix opencv pixi installation, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Oct 14, 2023
1 parent e89763b commit b6896eb
Show file tree
Hide file tree
Showing 3 changed files with 3,991 additions and 8,161 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Action is written in Python and requires a number of dependencies and large mach

The easiest way to use it is with the [pixi](https://prefix.dev/docs/pixi/overview) package manager. Pixi installs everything you need into a local `.pixi` folder (i.e., at the root of the project), without needing to modify your system.

1. [Clone](https://github.com/humphrem/action.git) this repo using `git`
1. Clone this repo using `git clone https://github.com/humphrem/action.git`
2. [Install pixi](https://prefix.dev/docs/pixi/overview#installation)
3. Start a terminal and navigate to the root of the Action project folder, `cd action`
3. Start a terminal and navigate to the root of the Action project folder you just cloned, `cd action`
4. Enter the command `pixi run setup` to download, install, and setup everything you'll need

## Using Action
Expand Down
Loading

0 comments on commit b6896eb

Please sign in to comment.