Skip to content

Commit

Permalink
Update install_dependencies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd0123 committed May 6, 2024
1 parent 339a53c commit 2410815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def main():
# Change directory into the repository
os.chdir(repo_dir)

run_command("pip install -r requirements.txt")
run_command("pip install .")

# Change directory into the repository scripts
os.chdir(os.path.join(repo_dir, "scripts"))
os.chdir("scripts")

# Run a script within the repository
run_command("python pull_and_compile_protos.py")
Expand Down

0 comments on commit 2410815

Please sign in to comment.