rsouza01 / py-functional-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Analysis

Local build (with virtual environment)

Steps to download and install dependencies for local development

  • Create a virtual environment: python -m venv venv
  • Activate the virtual environment:
    • Windows users: source venv/Scripts/activate
    • Linux/Mac users: source venv/bin/activate
  • Install dependencies: pip install -r requirements.txt

References

About

License:MIT License


Languages

Language:Python 100.0%