Atlas Explorer python library
- [List any software or libraries that need to be installed before using this project.]
- Example: Python 3.6+
- Example: Pipenv
- InquirePy
-
Clone the repository:
git clone [repository URL] cd gyrfalcon-pylib
-
Install dependencies using Pipenv:
pipenv install pipenv shell
-
Configure Atlas Explorer Cloud Access:
python atlasexplorer.py configure
or set the environment variable:
MIPS_ATLAS_CONFIG = <apikey>:<channel>:<region>
-
Set the root experiment directory in
testharness.py
:# filepath: c:\A_LocalGit\MIPS\gyrfalcon-pylib\testharness.py # ...existing code... myinst.setRootExperimentDirectory("myexperiments") # ...existing code...
-
Run the test harness:
python testharness.py
This will create a new experiment directory under the
myexperiments
folder.