pip install flow360
pip install -U flow360 --pre
You can set your api-key by the following methods:
- Set globaly for your acount:
flow360 configure
will store api-key in ~/.flow360 - In shell:
export FLOW360_APIKEY="my api-key"
- In python script:
os.environ["FLOW360_APIKEY"] = "my api-key"
beforeimport flow360
- Get examples from this repository:
git clone https://github.com/flexcompute/Flow360.git
cd Flow360/examples
- run
python case_results.py
- clone repo
- Install poetry
pip install poetry
- Install dependencies:
poetry install
poetry run python examples/case_results.py
poetry run pytest -rA
black .
pylint flow360 --rcfile .pylintrc