Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Removed wrong install instruction #99

Merged
merged 1 commit into from
Sep 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,15 @@ MPI environment selector, like pyenv or rbenv.

## Installation

```bash
$ cd $HOME
$ git clone https://github.com/keisukefukuda/mpienv.git .mpienv
```

## How to start using

First, install mpienv via `pip`

```bash
$ pip install mpienv
```

Then, insert the following line into your `.bashrc` or any other initialization shell script.
## How to start using

After installing, insert the following line into your `.bashrc` or any other initialization shell script.
```
$ eval "$(mpienv-init)"
```
Expand Down