Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from V35HR4J/main
Browse files Browse the repository at this point in the history
Update environment path
  • Loading branch information
bipin0x01 authored Feb 22, 2022
2 parents d647325 + 167c8f1 commit 3da2efc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ _Note: I am working on a solution to remove this step for users._

On Unix or MacOS, using the bash shell:

`source ./env/bin/activate`
`source ./env/Scripts/activate`

On Unix or MacOS, using the csh shell:

`source ./env/bin/activate.csh`
`source ./env/Scripts/activate.csh`

On Unix or MacOS, using the fish shell:

`source ./env/bin/activate.fish`
`source ./env/Scripts/activate.fish`

On Windows using the Command Prompt:

Expand Down

0 comments on commit 3da2efc

Please sign in to comment.