Skip to content

Mhenwa/dorimtory_management_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

学生宿舍管理系统

环境配置

  1. 安装 Python 环境:

    前往 https://www.python.org/ 下载安装 Python (>= 3.10),然后在命令行中执行:

    pip install pdm
    pdm install

    若下载缓慢,可换源:

    pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
  2. 项目根目录下执行以下命令安装依赖项:

    pdm install

运行

  1. 项目根目录下执行以下命令:

    pdm run python dorimory_management_system/__main__.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published