개발/잡다개발
python requirments.txt
----___<<<<<
2020. 9. 8. 15:09
사용법 까먹어서 메모
$ pip freeze > requirements.txt
$ pip install -r requirements.txt