a modular simulation software.
Project description
软件名称
BerriCake
概述
本软件依赖于 scipy 和 numpy 等科学计算库,以下是详细的安装和使用说明。
环境要求
-
Python 3.x
-
pip包管理工具
colorama==0.4.6
Cython==3.0.12
numpy==2.2.5
scipy==1.15.2
setuptools==79.0.0
安装程序
pip install barricake
代码示例
from core.berricake import BerriCake
if __name__ == "__main__":
file_path = 'in.txt'
# 创建 Manager 实例
bc = BerriCake(file_path)
bc.run() #运行
软件开发者
安装步骤
1. 安装必要的依赖包
首先,确保你已经安装了 setuptools 和 Cython。可以使用以下命令进行安装:
pip install setuptools
pip install Cython -i https://mirrors.aliyun.com/pypi/simple/
2. 编译程序
进入项目目录,执行编译命令:
python setup.py build_ext --inplace
3. 安装 scipy 和 numpy
使用 pip 安装 scipy 和 numpy:
pip install scipy numpy
更新日志
2025-4-28 0.1.2 第一个能正常运行的版本
2025-4-28 0.1.0 第一个发布版本 删除了
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file berricake-0.1.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: berricake-0.1.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 400.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46240fbfb2f4adefd1884124969a9390f6d8514cfe9d8db069ef55316ade9672
|
|
| MD5 |
807fc340b3147905e3614f2a2c1e5c11
|
|
| BLAKE2b-256 |
9e1ea9177ce689dba15cee999cefd3bcabb4b45178aecbfd257b08680cccc9e2
|