Commit d519d106 authored by Noric Couderc's avatar Noric Couderc
Browse files

Merge branch 'proper-datasets' of git.cs.lth.se:noricc/jbrainy into proper-datasets

parents be26e26d b24909bf
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -26,3 +26,18 @@ The build tool is gradle, the main tasks are:
- `gradle run`: Generates applications and gathers performance counters
- `gradle test`: Runs the unit tests.

## Troubleshooting

If the `papi-java` directory is empty after clone

    git submodule update --recursive --init


## Python environment

To set up the python enviroment to run the python scripts:

    mkdir env
    virtualenv env/
    source env/bin/activate.csh
    pip install -r requirements.txt

requirements.txt

0 → 100644
+3 −0
Original line number Diff line number Diff line
pandas
scikit-learn