The installation of snap in Windows

The requirements

1.Python. official website, 2.7.X recommand.

2.Snap. official website, install Visual C++ Redistributable for Visual Studio 2012 first.

Installation

3. Install Python. step skipped(easy to install). Notice the path Python installed.

4. Install Snap in Python:

4.1 Extract the Snap.zip. Remember the path Snap.zip extracted. 

4.2 open cmd, and enter the path of python installed. Here is c:\Python27

The installation of snap in Windows_第1张图片
enter the path of python

4.2 input the command python the_path_of_setup.py_in_snap install.Here is c:\Python27\snap-1.2-2.4-win-x64-py2.7\setup.py

The installation of snap in Windows_第2张图片
execute command

there is an error, ignore it.

4.3 test


The installation of snap in Windows_第3张图片
test

the quick.py is:


The installation of snap in Windows_第4张图片
code

5 enjoy.


some website:

http://snap.stanford.edu/snappy/index.html

http://snap.stanford.edu/snappy/doc/tutorial/tutorial.html

some material:

Gnuplot

Graphviz

你可能感兴趣的:(The installation of snap in Windows)