Skip to content

Commit c60c86d

Browse files
committed
Remove old files
1 parent 75fa586 commit c60c86d

File tree

5 files changed

+3
-77
lines changed

5 files changed

+3
-77
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,20 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
1313
Python 3.8+
1414

1515
## Installation & Usage
16-
### pip install
16+
17+
### uv sync
1718

1819
If the python package is hosted on a repository, you can install directly using:
1920

2021
```sh
21-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
22+
uv pip install codegen-api-client
2223
```
23-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
2424

2525
Then import the package:
2626
```python
2727
import codegen_api_client
2828
```
2929

30-
### Setuptools
31-
32-
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
33-
34-
```sh
35-
python setup.py install --user
36-
```
37-
(or `sudo python setup.py install` to install the package for all users)
38-
39-
Then import the package:
40-
```python
41-
import codegen_api_client
42-
```
4330

4431
### Tests
4532

requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

test-requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)