diff --git a/.bashrc-reit b/.bashrc-reit
index 9451cba55becced68e301ee568a605a649ec3c98..b4f804f19c4bd090316b3cea83652dfb15fd5d4f 100644
--- a/.bashrc-reit
+++ b/.bashrc-reit
@@ -53,6 +53,10 @@ alias install-micromamba='"${SHELL}" <(curl -L micro.mamba.pm/install.sh)'
 ### Alias to install Pixi dependency manager
 alias install-pixi='curl -fsSL https://pixi.sh/install.sh | bash'
 
+### Alias to install UV Python package manager
+alias install-uv='curl -LsSf https://astral.sh/uv/install.sh | sh'
+
+
 ## Docker
 alias docker-stop-all='sudo docker stop $(sudo docker ps -a -q)'
 alias docker-rm-all='sudo docker rm $(sudo docker ps -a -q)'