Skip to content

Commit

Permalink
Create run_req_new.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan authored Aug 27, 2024
1 parent 39c7f69 commit 16fab7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/utils/run_req_new.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
python3.9 -m venv venv && source ./venv/bin/activate
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
echo "If necessary, run:"
echo "pip install git+https://github.com/cms-PdmV/mcm_scripts.git"
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
echo
#pip install git+https://github.com/cms-PdmV/mcm_scripts.git
python3 request_fragment_check.py --bypass_status --develop --prepid $1

0 comments on commit 16fab7d

Please sign in to comment.