Skip to content

Commit

Permalink
fixed dir tree format
Browse files Browse the repository at this point in the history
  • Loading branch information
kiridarivaki committed Apr 25, 2024
1 parent 99ba24d commit 02aa7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### SkillSync
- **Directory structure**
<p>
```
skillsync
└─── src───main
│ ├───python
Expand All @@ -19,7 +19,7 @@ skillsync
├───python
└───test files
</p>
```

- **Build automation tool**
<p>Used pybuild to automate the building and testing process. Challenges I tackled in this step included setting up a venv for my python project, setting PYTHONPATH, specifying import absolute paths and overriding plugin's coverage restrictions for building the app. </p>
Expand Down

0 comments on commit 02aa7d5

Please sign in to comment.