diff --git a/README.md b/README.md index 1bb59aa..da059ef 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,36 @@ Utilities scripts for c4science =============================== -* First, install and configure Arcanist: https://c4science.ch/w/c4science/arcanist/ - GetMyStuph ---------- - Dependencies ``` pip install --user -r requirements.txt ``` - Generate a cli token here: https://c4science.ch/conduit/login/ - Create a .yml file with the repositories and group you want to import, Take a look in the example.yml file for help - Usage ``` ./getmystuph_in_phab.py --config config.yml -v ``` - You should use the `--dry-run` option, which is showing what actions it will do without modifying anything on c4science ``` ./getmystuph_in_phab.py --config config.yml -v --dry-run ``` ### Windows users - [[https://www.python.org/downloads/windows/|Install Python 3]] and [[https://git-scm.com/download/win|Git Bash]] - Follow the install above and run the script like this in CMD.exe ``` python getmystuph_in_phab.py --config config.yml ```