Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Sep 9, 2023
1 parent a2b3dc7 commit 21686bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ x = x.reshape([3, 2])

## Development

Fork it.
FORK IT!

```
git clone https://github.com/your_name/ruby-candle
cd ruby-candle
bundle
bundle exec rake compile
```

Implemented with [Magnus](https://github.com/matsadler/magnus), with reference to [Polars Ruby](https://github.com/ankane/polars-ruby)

Expand All @@ -28,6 +35,8 @@ Policies
- Ideally, the PyPO3 code should work as is.
- Error handling is minimal.

Pull requests are welcome.

### See Also

- [Numo::NArray](https://github.com/ruby-numo/numo-narray)
Expand Down

0 comments on commit 21686bd

Please sign in to comment.