# NOTE: if running ploomber <0.16, remove the --create-env argument
ploomber install --create-env
# activate environment (unix)
source {path-to-venv}/bin/activate
# activate environment (windows cmd.exe)
{path-to-venv}\Scripts\activate.bat
# activate environment (windows PowerShell)
{path-to-venv}\Scripts\Activate.ps1- If using Jupyter, click here
- If using VSCode, PyCharm, or Spyder, click here
ploomber build- Need help? Ask us anything on Slack!