You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be worth considering having a makefile to build standalone archives - this can be done with:
mv fnxmgr.py init.py
zip fnxmgr.zip *.py
Makes it slighty easier to handle, can move it around as a single application
It may be worth considering having a makefile to build standalone archives - this can be done with:
mv fnxmgr.py init.py
zip fnxmgr.zip *.py
Makes it slighty easier to handle, can move it around as a single application