文件名称:cs4300-rate-prof:评估我的教授数据
文件大小:12KB
文件格式:ZIP
更新时间:2024-04-24 02:03:12
Python
cs4300-rate-prof 设置 安装Python 3.9.1并确认存储库正在使用它: pip install pyenv # or brew install pyenv pyenv install 3.9.1 pyenv local 3.9.1 eval " $( pyenv init - ) " pyenv local # Ensure that this outputs 3.9.1 python --version # Ensure that this outputs Python 3.9.1 ,然后在新的虚拟环境中安装依赖项: poetry env use python # Creating virtualenv unrapid in... poetry install # Installing dependencies from lock file... 用法 通过
【文件预览】:
cs4300-rate-prof-main
----poetry.lock(25KB)
----output()
--------.gitkeep(0B)
----get_rate_prof.py(2KB)
----README.md(2KB)
----.gitignore(61B)
----pyproject.toml(372B)