随笔分类 - 杂记
摘要:## python虚拟环境的创建1. 下载python3-venv```pythonsudo apt install python3-venv```2. 创建虚拟环境```pythonpython3 -m venv [虚拟环境名]```3. 使用虚拟环境```python#虚拟环境名/bin目录下source activate```4. 退出虚拟环境```pythondeactivate```##...
阅读全文
摘要:SeetaFace开源引擎GitHub地址:https://github.com/seetaface/SeetaFaceEngine SeetaFace2开源引擎GitHub地址:https://github.com/seetafaceengine/SeetaFace2 本文是使用VS2017+QT
阅读全文

浙公网安备 33010602011771号