Skip to content

Commit

Permalink
Fix contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Dec 16, 2020
1 parent 5c22047 commit 3438d03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ I recommend you using a virtual environment for development.

```zsh
# Clone the repository
[email protected]:yourUserName/swarmlib.git
git clone [email protected]:yourUserName/swarmlib.git
cd swarmlib

# Create virtual environment
python3 -m venv swarmlib/.venv
source swarmlib/.venv/bin/activate
python3 -m venv .venv
source .venv/bin/activate

# Install dependencies
make install

# Open the project with VS Code
code swarmlib
code .
```

When you open the project the first time with VS Code the editor will ask you to install all recommended workspace extensions.
Expand Down

0 comments on commit 3438d03

Please sign in to comment.