Skip to content
Closed
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