Skip to content

Commit

Permalink
修改了bug,增加了文档
Browse files Browse the repository at this point in the history
  • Loading branch information
txbxxx committed Dec 29, 2023
1 parent 2853050 commit 5b3b4e5
Show file tree
Hide file tree
Showing 8 changed files with 543 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,30 @@
注意本项目使用的虚拟环境,欢迎大家提意见2865260231@qq.com`
````



#### 方法1

使用git或者下载ZIP到本地
1.使用git或者下载ZIP到本地

```
git clone https://github.com/txbxxx/Flower_inventory_system
```

解压文件后直接打开虚拟环境
2.解压文件后直接打开虚拟环境,需要修改一下文件

```
#pyvenv.cfg
home = C:\Program Files\python #修改为当前系统Python的主目录
include-system-site-packages = false
version = 3.8.6 #修改为当前系统Python版本
```

```
#active文件再虚拟环境中的Script目录下
......
VIRTUAL_ENV="......" #修改为当前项目的目录绝对地址
export VIRTUAL_ENV
```

3.启动虚拟环境运行django服务
10 changes: 10 additions & 0 deletions flowers/Lib/site-packages/uuid-1.30-py3.8.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: uuid
Version: 1.30
Summary: UUID object and generation functions
Home-page: http://zesty.ca/python/
Author: Ka-Ping Yee
Author-email: ping@zesty.ca
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
setup.py
uuid.py
uuid.egg-info/PKG-INFO
uuid.egg-info/SOURCES.txt
uuid.egg-info/dependency_links.txt
uuid.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
..\__pycache__\uuid.cpython-38.pyc
..\uuid.py
PKG-INFO
SOURCES.txt
dependency_links.txt
top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uuid
Loading

0 comments on commit 5b3b4e5

Please sign in to comment.