How can I test my python module without installing it

后端 未结 3 597
半阙折子戏
半阙折子戏 2021-02-13 00:51

I\'m in the process of redesigning/refactoring my Python quantum chemistry package (pyquante). One of the things I don\'t like about the existing release is that I have to insta

3条回答
  •  梦毁少年i
    2021-02-13 01:13

    I would honestly insist on using virtualenv, its designed for this exact reason in mind. very small overhead, and if you ever mess up just delete directory. I am sure as you grow, things won't be as simple as they are now for your current situation. Take it as an opportunity to learn.

提交回复
热议问题