Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ $ workon angr
[1] import angr
```

### Windows
If you are working with Windows, download the setup.ps1 file.

Move the setup.ps1 file to your path for your python virtual environment inside of Scripts.

Open the setup.ps1 file in Visual Code and run a virtual environment pre-created in the terminal by using:
```ShellSession
(virtualEnvNameHere)/Scripts/Activate.ps1
```

Run the setup.ps1 file in the terminal in Visual Code. All files and dependencies will be installed after running.
```ShellSession
(virtualEnvNameHere)/Scripts/setup.ps1
```

### MacOS

Mojave seems to be working with the current version, so this fixing might not be necessary. Will need to verify.
Expand Down