-
Notifications
You must be signed in to change notification settings - Fork 1
installation
Tim Paine edited this page Nov 6, 2024
·
1 revision
You can install from PyPI via pip:
pip install yardangYou can install from conda-forge via conda (or mamba, etc):
conda install yardang -c conda-forgeyardang can also be built and installed from source:
git clone https://github.com/python-project-templates/yardang.git
cd yardang
pip install -e .- Home
- Overview
- Installation
- Configuration
- Api
- Contributor Covenant Code of Conduct
- .Github Issue Template Bug Report
- .Github Issue Template Feature Request
- yardang
- Api Crates Calculator Code Calculator
- Enum calculator::CalculatorError
- Enums
- Struct calculator::Calculator
- Struct calculator::ScientificCalculator
- Structs
- Crate calculator
- Example Notebook
- API Reference
- Configuration
- Docs Src Home
- Installation
- Overview
- Calculator C++ API Documentation
- JavaScript Calculator Example
- Calculator Library (Rust)