Installing Codex on VSCode Browser

$ npm install -g @openai/codex

Then login using**:

$ codex login --device-auth

*If you dint have npm on your conda env create a new one:

#Create the environment with Node.js 18 (Codex requires >=16)

$ conda create -n codex-env nodejs=18 -c conda-forge

#Activate the environment

$ conda activate codex-env

**You will need to enable codex on your account to continue.