diff --git a/README.md b/README.md index b251046..3164fbc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### SkillSync - **Directory structure** -

+``` skillsync └─── src───main │ ├───python @@ -19,7 +19,7 @@ skillsync ├───python └───test files -

+``` - **Build automation tool**

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.