Skip to content

Commit

Permalink
Merge branch 'master' into feature/D3ASIM-2859
Browse files Browse the repository at this point in the history
  • Loading branch information
faizan2590 authored Oct 26, 2020
2 parents 02cccbd + 1955c90 commit 2e490bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/docs/installation-instructions-vm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## How to Install D3A using a Virtual Machine (useful especially on Windows)
### Prerequisites

##### Windows environment settings
##### Windows environment settings (not always required)
1. Enable [Intel Virtualization](https://stackoverflow.com/a/34305608/13507565) on your computer in [BIOS](https://2nwiki.2n.cz/pages/viewpage.action?pageId=75202968).
2. Go to your [Windows Features](https://www.windowscentral.com/how-manage-optional-features-windows-10) setting and disable Windows Hypervisor Platform (or Hyper-V) and enable Virtual Machine Platform.

Expand Down Expand Up @@ -84,7 +84,7 @@ d3a run
##### How to get d3a-api-client in Vagrant
To run a d3a api client script you need to be working under the `api-client` environment
```
source envs/api-client/bin/activate
source /home/vagrant/envs/api-client/bin/activate
```
To run your API script, run the following command (templates [here](https://github.com/gridsingularity/d3a/tree/master/src/d3a/setup/odyssey_momentum)) :
```
Expand Down

0 comments on commit 2e490bb

Please sign in to comment.