Skip to content
/ fpy Public

Embedded Python DSL for numerical computing

License

Notifications You must be signed in to change notification settings

bksaiki/fpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPy

An embedded Python DSL for numerical computing.

Building

Create a virtual environment:

python3 -m venv .env/

and activate it using using

source .env/bin/activate

Then, install the dependencies:

pip install -e .[dev]

About

Embedded Python DSL for numerical computing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages