Loading README.md +15 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
README.md +15 −0 Original line number Diff line number Diff line Loading @@ -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