用于管理 VM 中分配的工具。
项目描述
作业工具
该工具用于引导学生完成 Aalen 大学“Strukturierte Programmierung”课程的作业。
安装指南
安装操作系统依赖项(适用于 Ubuntu 20.04),创建一个虚拟环境并激活它:
$ sudo -i
# apt install python3.8-venv python3-wheel
# python3.8 -m venv /opt/assignment_tool_venv
# source /opt/assignment_tool_venv/bin/activate
然后在不造轮子的情况下安装 Kivy-Garden (0.1.4),因为它无法造轮子。
(assignment_tool_venv)# pip install kivy-garden==0.1.4 --no-binary :all:
现在你可以安装实际的包了
(assignment_tool_venv)# pip install assignment-tool-sebastian-stigler
最后,您创建一个assignment_tool.desktop文件(如果您的虚拟环境具有不同的名称,请调整Exec和路径)。Icon
[Desktop Entry]
Version=1.0
Name=Assignment Tool
Exec=/opt/assignment_tool_venv/bin/assignment_tool
Icon=/opt/assignment_tool_venv/lib/python3.8/site-packages/assignment_tool/assets/logo.png
Terminal=false
Type=Application
Categories=TextEditor;Development;IDE;
要将其集成到桌面调用中:
# desktop-file-install assignment_tool.desktop
项目详情
关
assignment_tool_sebastian_stigler-1.4.0-py3-none-any.whl 的哈希 值
| 算法 | 哈希摘要 | |
|---|---|---|
| SHA256 | 21180dfce6ec6b72d3f7cb8190233ef495e50ef07f3410b1a5db14cf3bc61df2 |
|
| MD5 | fd7a0b5eed1f6067fc032ae8a90daee4 |
|
| 布莱克2-256 | 95502fc21ab84afede35a54bc65920dca0341c106ea2f5138e8ece8debed2c43 |