Merge pull request #10 from ZwwWayne/rename-package

rename pypi package name from mim to openmim
This commit is contained in:
Wenwei Zhang 2021-05-21 22:46:37 +08:00 committed by GitHub
commit 4840043730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
```bash ```bash
git clone https://github.com/open-mmlab/mim.git git clone https://github.com/open-mmlab/mim.git
cd mim cd mim
python setup.py develop or python setup.py install pip install -e .
# python setup.py develop or python setup.py install
``` ```
4. Auto completion (Optional) 4. Auto completion (Optional)

View File

@ -1,7 +1,7 @@
from setuptools import find_packages, setup # type: ignore from setuptools import find_packages, setup # type: ignore
setup( setup(
name='mim', name='openmim',
version='0.1.0', version='0.1.0',
description='MIM Install OpenMMLab packages', description='MIM Install OpenMMLab packages',
author='OpenMMLab', author='OpenMMLab',