Skip to content

Commit

Permalink
interactive batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonychen000 authored Sep 1, 2024
1 parent 46f31a6 commit 9f49727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ python3 -m venv myenv
source ...

# Install the required packages from requirements.txt
pip ...
pip3 ...

# Run the desired program
python3 <py_filename>

0 comments on commit 9f49727

Please sign in to comment.