Skip to content

Latest commit

 

History

History

microtask-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Microtask #1

In this microtask, we'll try to set up Perceval to be executed from PyCharm IDE.


# Steps

  • Firstly download and install PyCharm IDE
  • Clone Perceval repository for development purpose.
  • Open the Perceval project in PyCharm IDE

# Run/Debug Configuration

  1. Select Script path as bin/perceval from the project repository.
  2. Add Perceval parameters in Parameters input tab.
  3. Apply the changes & Run the script
Below: I'm setting up Perceval's `Git` backend for execution.


Below: I'm setting up grimoirelab-toolkit, with this we can have a look at the dependent source and debug faster.


  • Refer PyCharm basics
  • Refer to other commands by passing --help in configuration parameter

This concludes microtask #1