Skip to content

Instantly share code, notes, and snippets.

@dtxe
Last active February 6, 2025 21:04
Show Gist options
  • Save dtxe/787f35ff438c40f95c61149c5bb3298a to your computer and use it in GitHub Desktop.
Save dtxe/787f35ff438c40f95c61149c5bb3298a to your computer and use it in GitHub Desktop.
faster dsi setup demo
##### STEP 1 #####
# Step 1 for Windows
winget install python.python.3.13 astral-sh.uv
# Step 1 for Linux/MacOS
curl -LsSf https://astral.sh/uv/install.sh | sh
##### STEP 2 #####
# All OSes
uv venv ~/Envs/dsi_participant -p 3.9 --python-preference only-managed
. ~/Envs/dsi_participant/Scripts/activate
uv pip install numpy requests ipykernel pandas seaborn scikit-learn python-dotenv dask pyarrow">=11.0.0" sacred sqlalchemy psycopg2 shap fancyimpute missingno tensorflow matplotlib plotly nbformat scikit-image opencv-python transformers yfinance pygam pybind11 l0bnb faraway islp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment