8000 GitHub - drug-design/course: drugdesign.org source of truth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drug-design/course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drugdesign.org

copyrigh © 2022 - drugdesign.org

This repo is the source of truth for https://drugdesign.org

run locally

install python brew install python install virtaulenv pip3 install virtualenv (check virtualenv is in you PATH)

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
mkdocs serve

deactivate

0