LISE-B26 / pylabcontrol

pylabcontrol: Laboratory Equipment Control for Scientific Experiments.
GNU General Public License v3.0
9 stars 9 forks source link

howto separate code into main part and modules #64

Closed JanGieseler closed 8 years ago

JanGieseler commented 8 years ago

put our scripts/ instruments in a separate package / module

akabcenell commented 8 years ago

Possible solution: break code into submodules, each of which is in a separate repository and can be released separately https://git-scm.com/book/en/v2/Git-Tools-Submodules

JanGieseler commented 8 years ago

done