Python Examples
Examples of using Python libraries.
Setup and activate the environment
This project is based in a conda environment using conda-devenv tool. For miniconda package installation follow the instructions here and for conda-devenv installation instructions click here.
To create and activate the conda environment called PyExamples execute the following commands into project root folder:
$ conda devenv
$ conda activate PyExamplesRunning examples
To run the Python examples you must be in the src folder, for that execute the following commands:
$ cd src
$ python {example_filename}.py