From 02aa7d5be93879425c02ff8b45c1cf3e5d31f873 Mon Sep 17 00:00:00 2001 From: Kyriaki Darivaki Date: Thu, 25 Apr 2024 20:27:35 +0300 Subject: [PATCH] fixed dir tree format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.