Getting ready to run augur on a windows 10 PC (Part 1: The install) #403
Labels
installation
Related the installation process
NDE
Related to the new developer experience
triage
Needs to be triaged
Hopefully this will follow the instructions at
https://oss-augur.readthedocs.io/en/osd-2019/installation.html
Prerequisites:
The Python installation instructions can be found here:
https://timmyreilly.azurewebsites.net/python-pip-virtualenv-installation-on-windows/
Instructions on how to use mkvirtualenv can be found here:
https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html
Back to the instructions
0: Clone the repository using the Git GUI and check out the correct branch/version
For Visual Studio
0: Start up a developer command prompt
1: Create a virtual environment: mkvirtualenv Augur_env
(This creates it at C:\Users<username>.virtualenvs\augur_env
Create a directory where you want to link the virtual directory to and cd into it e.g.
C:\Users<username>\Augur_env
Activate the virtual environment:
setprojectdir .
Note: if you already have the environment then the creation won't work and you need to type workon Augur_env
2: Start the installation process
a) cd into the GIT directory (e.g. C:\GIT\CHAOSS)
b) type nmake install
c) go grab a coffee whilst the installation happens
d) don't choose the webpage option for installing the credentials
3: Run Augur_env => to be continued
The text was updated successfully, but these errors were encountered: