Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kunal Marwaha
website
Commits
77d5676a
Commit
77d5676a
authored
9 years ago
by
Anton Akhmerov
Browse files
Options
Downloads
Patches
Plain Diff
update python version in windows instructions
parent
0b3da2c7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/install.rst
+3
-3
3 additions, 3 deletions
content/install.rst
with
3 additions
and
3 deletions
content/install.rst
+
3
−
3
View file @
77d5676a
...
@@ -283,7 +283,7 @@ provided by Christoph Gohlke. To install Kwant on Windows
...
@@ -283,7 +283,7 @@ provided by Christoph Gohlke. To install Kwant on Windows
1. Determine whether you have a 32-bit or 64-bit Windows installation by
1. Determine whether you have a 32-bit or 64-bit Windows installation by
following these `instructions <http://support.microsoft.com/kb/827218>`_.
following these `instructions <http://support.microsoft.com/kb/827218>`_.
2. Download and install Python
2.7
for the appropriate architecture (32-bit or
2. Download and install Python
3.4
for the appropriate architecture (32-bit or
64-bit) from the official `Python download site
64-bit) from the official `Python download site
<http://www.python.org/download/>`_.
<http://www.python.org/download/>`_.
...
@@ -292,11 +292,11 @@ provided by Christoph Gohlke. To install Kwant on Windows
...
@@ -292,11 +292,11 @@ provided by Christoph Gohlke. To install Kwant on Windows
4. In the command prompt window, execute::
4. In the command prompt window, execute::
C:\Python
27
\python.exe C:\Python
27
\Tools\Scripts\win_add2path.py
C:\Python
34
\python.exe C:\Python
34
\Tools\Scripts\win_add2path.py
(Instead of typing this command, you can also just copy it from here and
(Instead of typing this command, you can also just copy it from here and
paste it into the command prompt window). If you did not use the default
paste it into the command prompt window). If you did not use the default
location to install Python in step 2, then replace ``C:\Python
27
`` by the
location to install Python in step 2, then replace ``C:\Python
34
`` by the
actual location where Python is installed.
actual location where Python is installed.
5. Reboot your computer.
5. Reboot your computer.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment