- *Change or delete environment prefix in
environment.yml conda env create -f environment.ymlconda activate cordofindpython3 main.py [artist names]
* I think? Shouldn't be my laptop directory path at least
- Start process using the above command
- Run the command
ps | grep python - Copy the pid of the process running cordofind
- Run
caffeinate -i -s -w [pid], so your Mac does not sleep until the process finishes
conda env export > environment.yml
Upload to AirTable