https://github.com/paulhendricks/fib
https://github.com/paulhendricks/fib
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulhendricks/fib
- Owner: paulhendricks
- Created: 2016-04-12T15:26:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T15:40:26.000Z (about 9 years ago)
- Last Synced: 2025-02-13T10:16:43.823Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fib
To install, please execute the following in any shell:
```shell
git clone https://github.com/paulhendricks/fib
cd fib
python3 setup.py build_ext --inplace
```To run, please execute the following in any Python kernel:
```Python
import fib
fib.pyfib.wrapper(100)
```