mirror of
https://github.com/ZGCA-Forge/Elevator.git
synced 2026-02-04 21:35:17 +00:00
Modify pypi package name
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://badge.fury.io/py/elevatorpy)
|
||||
[](https://pypi.org/project/elevatorpy/)
|
||||
[](https://badge.fury.io/py/elevator-py)
|
||||
[](https://pypi.org/project/elevator-py/)
|
||||
[](https://github.com/ZGCA-Forge/Elevator/actions)
|
||||
[](https://zgca-forge.github.io/Elevator/)
|
||||
|
||||
@@ -27,13 +27,13 @@ Elevator Saga is a Python implementation of an elevator [simulation game](https:
|
||||
### Basic Installation
|
||||
|
||||
```bash
|
||||
pip install elevatorpy
|
||||
pip install elevator-py
|
||||
```
|
||||
|
||||
### With Development Dependencies
|
||||
|
||||
```bash
|
||||
pip install elevatorpy[dev]
|
||||
pip install elevator-py[dev]
|
||||
```
|
||||
|
||||
### From Source
|
||||
|
||||
Reference in New Issue
Block a user