Skip to content

Commit

Permalink
✨ update dependency installer and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tkv29 committed May 31, 2024
1 parent 48b4184 commit fbf7c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion install-dependencies-unix.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

sudo apt-get update && apt-get upgrade -y

sudo apt install python3 graphviz -y

# add Graphviz to the system path
Expand Down
1 change: 1 addition & 0 deletions install-dependencies-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
winget install Python --accept-source-agreements --accept-package-agreements
winget install graphviz --accept-source-agreements --accept-package-agreements


# add Graphviz to the system path
$graphvizPath = "C:\Program Files\Graphviz\bin"
$envPath = [Environment]::GetEnvironmentVariable("Path", [EnvironmentVariableTarget]::Machine)
Expand Down

0 comments on commit fbf7c20

Please sign in to comment.