pip install flow360
pip install -U flow360 --pre
You can set your api-key by the following methods:
- Set globaly for your acount:
flow360 configurewill 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.gitcd 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 -rAblack .pylint flow360 --rcfile .pylintrc