alan-turing-institute / Palaeoanalytics

Repository for the Paleoanalytics project.
https://www.turing.ac.uk/research/research-projects/palaeoanalytics
GNU General Public License v3.0
17 stars 1 forks source link

Either note operating systems for which the README applies or add Windows specific commands #167

Closed MichaelHoltonPrice closed 1 year ago

MichaelHoltonPrice commented 2 years ago

Windows requires a slightly different command to activate the environment:

.\palaeo\Scripts\activate

Also, it is sometimes necessary, especially if using Powershell, to first set execution policy scopes:

Set-ExecutionPolicy Unrestricted -Scope Process .\palaeo\Scripts\activate

I realize you may not want to support all operating systems (it can be a headache) and if so you might simply note so.

JasonGellis commented 2 years ago

@MichaelHoltonPrice The information for creating a virtual environment in Windows as been added to the README and merged to the main branch.