Skip to content

Commit a992f86

Browse files
authored
Update INSTALL.md (#53)
Fixing installation instructions for uv
1 parent 57828ac commit a992f86

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

INSTALL.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
55
# install uv
66
# Suggested solution for HPC systems:
7-
%>mkdir ~/.uv
8-
%>wget https://github.com/astral-sh/uv/releases/download/0.5.28/uv-x86_64-unknown-linux-gnu.tar.gz ~/.uv
9-
%~/.uv>tar xvzf uv-x86_64-unknown-linux-gnu.tar.gz
10-
%~/.uv>ln -s uv-x86_64-unknown-linux-gnu/uv uv
11-
%~/.uv>ln -s uv-x86_64-unknown-linux-gnu/uvx uvx
12-
#Add to ~/.bashrc
13-
export PATH=~/.uv:$PATH
7+
%>curl -LsSf https://astral.sh/uv/0.6.5/install.sh | sh
148
159
# git clone / fork WeatherGenerator repo
1610
%>cd WeatherGenerator

0 commit comments

Comments
 (0)