What is the simplest course of action?
Is there an official install guide / link?
Literally nothing in my Git Bash is recognised, e.g.:
$ pip install pandas
bash: pip: command not found
% conda activate
bash: conda: command not found
$ set PATH=%PATH%;C:\Users\dabell\AppData\Local\Programs\Python\Python310
bash: C:UsersdabellAppDataLocalProgramsPythonPython310: command not found
HDS+dabell@PF2DCSXD MINGW64 ~
$ PATH
bash: PATH: command not found
HDS+dabell@PF2DCSXD MINGW64 ~
$ export PATH="$PATH:"C:\Users\dabell\Anaconda3
HDS+dabell@PF2DCSXD MINGW64 ~
$ conda list
bash: conda: command not found
HDS+dabell@PF2DCSXD MINGW64 ~
$ export PATH="$PATH:"C:\Users\dabell\Miniconda3
HDS+dabell@PF2DCSXD MINGW64 ~
$ conda list
bash: conda: command not found
HDS+dabell@PF2DCSXD MINGW64 ~
$ export PATH="$PATH:"C:\Users\dabell\
> conda list
HDS+dabell@PF2DCSXD MINGW64 ~
$ conda list
bash: conda: command not found