为 Windows 配置 sqlalchemy

发布于 2025-01-04 00:56:43 字数 162 浏览 1 评论 0原文

有没有关于如何为 Windows 设置 sqlalchemy 的教程?我访问了 www.sqlalchemy.org,他们没有关于 Windows 设置的明确说明。当我打开压缩包时,我在其他文件中看到 allocate_setup、ez_setup 和 setup.py,但没有看到安装 sqlalchemy。

Is there any tutorials about how to set-up sqlalchemy for windows? I went to www.sqlalchemy.org and they don't have clear instructions about set-up for windows. When I opened the zipped package, I see distribute_setup, ez_setup and setup.py among other files but it doesn't see to install sqlalchemy.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

美人如玉 2025-01-11 00:56:43

解压后,打开命令提示符并 cd 进入解压目录,然后运行:

python setup.py install

这是安装向导的链接:

Sql Alchemy 安装指南

After unzipping open a command prompt and cd into the unzipped directory then run:

python setup.py install

Here is a link to the installation guilde:

Sql Alchemy Instalation Guide

撩发小公举 2025-01-11 00:56:43

命令pip install sqlalchemy将为您下载必要的文件并运行setup.py install

The Command pip install sqlalchemy will download the necessary files and run setup.py install for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文