Copy of aPriori Documentation
  • 👋Welcome to aPriori
  • Getting started
    • What is aPriori?
    • Installation
    • Quickstart
  • Fundamentals and usage
    • aPriori Fundamentals
      • Data Formatting
      • Using Scalar3D class
      • Using Mesh3D class
      • Using Field3D class
      • Plot Utilities
    • Tutorial
      • Data-Driven Closure for Turbulence-Chemistry interaction
  • API guide
    • Scalar3D class
    • Mesh3D Class
    • Field3D class
Powered by GitBook
On this page
  • Pip Install
  • Required Packages
  1. Getting started

Installation

Pip Install


Run the following command to install:

pip install -i https://test.pypi.org/simple/ aPriori

Required Packages


The following packages are required to use the library:

  • Cantera >= ...

  • NumPy >= ...

PreviousWhat is aPriori?NextQuickstart