Skip to content

Commit

Permalink
update building
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 6, 2024
1 parent 8ed5306 commit c9d7658
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Build rookie

## Prerequisites

[Rust](https://www.rust-lang.org/tools/install)

## Linux setup

```console
Expand All @@ -14,6 +18,14 @@ cd rookie-rs
cargo build
```

## cli

````console
git clone https://github.com/thewh1teagle/rookie
cd cli
cargo build --release
```

## Python Bindings

Using [maturin](https://pyo3.rs/v0.21.2/#usage)
Expand All @@ -26,4 +38,4 @@ source venv/bin/activate
# Install dependencies + build + install
# May take sometime on first use
pip3 install .
```
````

0 comments on commit c9d7658

Please sign in to comment.