Skip to content

Commit

Permalink
Updated version to 0.1.0 and updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasson committed Oct 13, 2024
1 parent 5af7c02 commit e8b5c6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 809 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remsol"
version = "0.0.1"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
6 changes: 5 additions & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ The software is written in Rust for speed and provides a Python interface for ea

### PyPi

Publishing the package on PyPi is planned, but not yet available. For now, you will have to build the package from source.
The package is availavlbe on PyPi, so you can install it using pip:

```bash
pip install remsol
```

### Building from source

Expand Down
332 changes: 0 additions & 332 deletions sm.py

This file was deleted.

Loading

0 comments on commit e8b5c6d

Please sign in to comment.