Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitaprasad committed May 11, 2024
1 parent c2a04b2 commit ec385b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Contributors can add new useful functions to the foss42 core library or new data
## Setting up Dev env

- Install the latest version of Python.
- Clone the repo to your local sytem.
- Use terminal to navigate inside the repo.
- Clone the repo to your local sytem using `git clone https://github.com/foss42/foss42-core.git`
- Use terminal to navigate inside the folder (`cd foss42-core`).
- Execute `pip3 install -e .` to install the library locally.
- Now you can import and use the library in the local enviroment.

Expand Down

0 comments on commit ec385b7

Please sign in to comment.