feat: Publish to crates.io and prepare PyPI publication
crates.io: - Successfully published optimizr v1.0.0 - Available at: https://crates.io/crates/optimizr PyPI Preparation: - Renamed package to optimizr-rs (avoid name conflict) - Updated pyproject.toml with new name - Built wheel: optimizr_rs-1.0.0-cp38-abi3-macosx_10_12_x86_64.whl - Ready for upload (need API token) Documentation Updates: - Updated RELEASE_NOTES with crates.io link - Updated README.md installation instructions - Updated LINKEDIN_POST.md with correct package names - Created PYPI_PUBLISHING.md with token instructions Next: Get PyPI API token and run twine upload
This commit is contained in:
@@ -49,10 +49,16 @@ OptimizR provides blazingly fast, production-ready implementations of advanced o
|
||||
|
||||
## Installation
|
||||
|
||||
### From PyPI (coming soon)
|
||||
### From PyPI (Python)
|
||||
|
||||
```bash
|
||||
pip install optimizr
|
||||
pip install optimizr-rs
|
||||
```
|
||||
|
||||
### From crates.io (Rust)
|
||||
|
||||
```bash
|
||||
cargo add optimizr
|
||||
```
|
||||
|
||||
### From Source
|
||||
|
||||
Reference in New Issue
Block a user