Metadata-Version: 2.1
Name: fast_dep
Version: 0.0.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE.md
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# fast-dep

```
brew install pyenv
pyenv install 3.7.17
```

Maybe:

```
eval "$(pyenv init -)"
```

Build binary and install:

```
maturin build -b "bin" && pip install --force-reinstall target/wheels/*.whl
```

Build and install the package: 

```
maturin build && pip install --force-reinstall target/wheels/*.whl
```
