Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ Run the application from the command line using the instruction below.
### Installation
1) Clone repository
```shell script
git clone https://github.com/epam/OSCI.git
git clone https://github.com/epam/OSCI.git
```
1) Go to project directory
```shell script
cd OSCI
cd OSCI
```
1) Install requirements
```shell script
pip install -r requirements.txt
pip install -r requirements.txt
```

### Configuration
Expand All @@ -122,15 +122,15 @@ A sample file [`default.yml`](osci/config/files/default.yml) is included, please
### Sample run
1) Run script to download data from archive (for example for 01 January 2020)
```shell script
python3 osci-cli.py get-github-daily-push-events -d 2020-01-01
python3 osci-cli.py get-github-daily-push-events -d 2020-01-01
```
1) Run script to add company field (matched by domain) (for example for 01 January 2020)
```shell script
python3 osci-cli.py process-github-daily-push-events -d 2020-01-01
python3 osci-cli.py process-github-daily-push-events -d 2020-01-01
```
1) Run script to add company field (matched by domain) (for example for 01 January 2020)
```shell script
python3 osci-cli.py daily-osci-rankings -td 2020-01-02
python3 osci-cli.py daily-osci-rankings -td 2020-01-02
```

## OSCI Versioning
Expand Down