Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 237 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 237 Bytes

Script for rsync between HPC and bgarray

All script are tested using Python 3.6.8

Make virtual python enviroment

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt