scitt-community / scitt-api-emulator

SCITT API Emulator

Home Page:https://scitt-community.github.io/scitt-api-emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README instructions for conda are wrong.

OR13 opened this issue · comments

  1. include a link to install conda (don't assume people know of or have it).
conda env create -f scitt-api-emulator.yml
conda activate scitt

This yields the following error on macOS:

EnvironmentFileNotFound: '/Users/USER/.../scitt-api-emulator/scitt-api-emulator.yml' file not found
(base) 

cc @mprorock Maybe you know how to fix?