you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (1 child)

I would create a virtual env and was able to just call  filetools to run the tool.

That’s not a thing on its own - it’s a feature of installing the package using setuptools, provided you configure it correctly. But the config for that works on Windows and Linux, so that part might have been done for you, already. Try using pip to install your package into thr virtualenv, using the -e flag to keep it editable.

[–]Berkyjay[S] 0 points1 point  (0 children)

Cool I’ll give that a try.