Skip to content

Commit

Permalink
[master] Itens renomeia
Browse files Browse the repository at this point in the history
  • Loading branch information
iuryadones committed Apr 15, 2018
1 parent cba509c commit caf0345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# vision-comp

## Workstation
- 1. Install pipenv
- 1 Install pipenv
- 2.1 Add in .bashrc
- 2.2 Add in .zshrc

### 1
### 1 Install pipenv
```bash
pip install --user pipenv
```

#### 2.1
#### 2.1 Add in .bashrc
```bash
## local_user: pipenv and others binary
if [[ -d $HOME/.local ]]; then
Expand All @@ -27,7 +27,7 @@ if command -v pip &> /dev/null; then
fi
```

#### 2.2
#### 2.2 Add in .zshrc
```zsh
## local_user: pipenv and others binary
if [[ -d $HOME/.local ]]; then
Expand Down

0 comments on commit caf0345

Please sign in to comment.