目录python保存环境(导出requirements.txt文件)1. 使用pip包导出1)pip freezen > requirements.txt2)pip list --format=freeze >requirement.txt3)使用pip和requirements.txt安装包2. 使用conda导出1)co
Basically I want two mix two colours color1 and color2. Since simple calculation\'s bring up stuff like blue+yellow = grey ((color1.r + color2.r)/2 etc) i did some research and found that apparently m