Skip to content

Commit d0a6119

Browse files
Update README.md
1 parent 98d3a79 commit d0a6119

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,17 @@
22
to have a landscape view in PKG and Module strucure
33

44
practice <https://pyliaorachel.github.io/blog/tech/python/2017/09/15/pythons-import-trap.html>
5+
6+
# to know the Project Structure
7+
8+
# to have the import (explicit or relative)
9+
10+
# to do Unit Test in Terminal
11+
12+
$cd <root folder> #or <pkg name>
13+
$cd QsPKG
14+
15+
#ls #see structure
16+
17+
$python3 -m < module_name > . <extention name>
18+
$python3 -m qsMoule.py

0 commit comments

Comments
 (0)