Skip to content

Commit

Permalink
move cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiCode committed Feb 16, 2023
1 parent e15ae09 commit a31a1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ Requirements:

##### Data

To clone the repository containing the data (variability models, measured performance values, and predicted performance values), use the following commands:
To clone the repository containing the data (variability models, measured performance values, and predicted performance values), use the following command:

```
git clone https://github.com/AI-4-SE/TwinsOrFalseFriends.git
cd TwinsOrFalseFriends
```

##### Python Packages
Expand All @@ -79,9 +78,10 @@ pip3 install -r requirements.txt
Please note that the execution of the Python script can take several minutes.
To follow the progress, the Python script prints out the current progress.

To execute the script, you have to create a new output folder:
To execute the script, you have to run the following commands:

```
cd TwinsOrFalseFriends
mkdir -p output
python3 scripts/analysis/run_analysis.py ./data/ ./output/
```
Expand Down

0 comments on commit a31a1c0

Please sign in to comment.