Hi Panagiota, you are doing everything correctly! It looks like you have pip installed already (and you were running the install command correctly).
Now that you have pip installed, you can use it to install virutalenv by running: $: pip install virtualenv You may need to specify the path to pip in order to run it. You can do that either by running it from within the C:\Python27\Scripts directory: $: cd C:\Python27\Scripts $ C:\Python27\Scripts> pip install virtualenv or you can update your system environment PATH variable: Type env into your start menu search bar, and then edit the *system variable* called "Path". Add these two paths to the end of it: C:\Python27;C:\Python27\Scripts; That way, you'll be able to run pip commands and python commands from anywhere in your file system. Now that you have virtualenv installed, you can continue with the documentation <https://arches-hip.readthedocs.org/en/latest/getting-started/#installating-arches-hip> at step #3. Good luck! Adam On Sunday, October 18, 2015 at 7:43:17 AM UTC-5, Pm Topo wrote: > > Hi! > i try to install the project.. i followed the steps and installed > successfully the dependencies: > > - PostgreSQL relational database (version 9.3) > - PostGIS (version 2.x) spatial module for PostgreSQL > - Python (version 2.7.6 - there seem to be issues with later versions > of python) > - GEOS > > The next step is the pip installation or something else??? > > I have a problem with get-pip installation. What is the procedure exactly? > I have downloaded it but which is the steps that i must do and in where.. > in python command or command line?? > > I feel so confused and i am not a programmer. I need your help! > > Thanks in advance, > Panagiota > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
