Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Add quick install commands #1434

Closed
wants to merge 1 commit into from

Conversation

RockeyCoss
Copy link
Contributor

@RockeyCoss RockeyCoss commented Mar 30, 2022

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Add quick install commands

ref: open-mmlab/mmagic#800 open-mmlab/mmagic#816

Modification

Add quick install commands

@RockeyCoss RockeyCoss requested a review from MeowZheng March 30, 2022 12:26
以下是安装的简要步骤。

```shell
conda create -n open-mmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision -c pytorch -y
Copy link
Contributor

@MengzhangLI MengzhangLI Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-c pytorch might be too slow in mainland china, shall we add tips for tsinghua mirror in Chinese doc?

mim install mmcv-full
git clone https://github.com/open-mmlab/mmsegmentation.git
cd mmsegmentation
pip3 install -e .
Copy link
Contributor

@MengzhangLI MengzhangLI Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If using pip with tsinghua mirror, just call pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e ..

@MeowZheng
Copy link
Collaborator

MeowZheng commented Jul 10, 2022

Have been refined the installation in #1653

@MeowZheng MeowZheng closed this Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants