A CLI for Perch Security
- Python 2.7+ or Python 3
pip install perch
- Create a CSV file with your indicators in this format
perch upload_indicators_csv <path-to-csv>
- Create a virtual env for the project
python3 -m venv /path/to/new/virtual/environment
- Sym link the
activate
script created at/path/to/new/virtual/environment/bin
to the project folder - Add
export PERCH_ENV="DEV"
to theactivate
script. You could also set this toQA
if you want to point at the QA server. pip uninstall perch
thenpip install -e .
enables theperch
command in your dev environment.
python setup.py bdist_wheel
twine upload dist/*