Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codyvi authored Jun 1, 2021
1 parent a193ef3 commit c9f582d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ main :{
};
};
```
# Before creating Capi code
Check if you have python installed, then run this command to install the needed dependencies:
```
pip install -r requirements.txt
```

# Run Capi code
To run .capi code you must create a .capi file in the /tests folder and run this command:

Expand Down

0 comments on commit c9f582d

Please sign in to comment.