DNA primers is designed according the rules from this article https://bmcbiotechnol.biomedcentral.com/articles/10.1186/1472-6750-11-70
About virtual environments https://realpython.com/blog/python/python-virtual-environments-a-primer/
pyvenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 server.py
deactivate
- to dismiss local environment
pip3 install $new_package
pip3 freeze > requirements.txt