Skip to content

Commit

Permalink
Rename requirenments.txt to dev_requirenments.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Jan 7, 2024
1 parent 31546dd commit debb9d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion suite/auto-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo apt install python3-venv
# Setup virtual environment in Capstone root dir
python3 -m venv ./.venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r dev_requirements.txt
```

Clone C++ grammar
Expand Down

0 comments on commit debb9d7

Please sign in to comment.