Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Michael Wimmer
kwant
Commits
1eaa0368
Commit
1eaa0368
authored
13 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
README.txt: small updates
parent
a43a7322
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+9
-8
9 additions, 8 deletions
README.txt
with
9 additions
and
8 deletions
README.txt
+
9
−
8
View file @
1eaa0368
...
...
@@ -54,8 +54,8 @@ be sure to tell python where to find it. This can be done by setting the
You can make this setting permanent by adding this line to your the file
``.bashrc`` in your home directory.
To check successful installation try executing some
example
s in the
``examples``
subdirectory.
To check successful installation try executing some
script
s in the
``examples``
subdirectory.
Documentation
...
...
@@ -79,8 +79,8 @@ Please consult the documentation for further information on how to use kwant.
Hacking
=======
To work on
the library
itself it is useful to build it in-place. This can be
done
with the following command ::
To work on
kwant
itself it is useful to build it in-place. This can be
done
with the following command ::
python setup.py build_ext -i
...
...
@@ -104,7 +104,8 @@ Some conventions to keep in mind:
Tests
=====
We use the `nose testing framework
<http://somethingaboutorange.com/mrl/projects/nose/>`_. To run the tests,
execute the command ``nosetests`` from the root directory of the package after
it has been built in place.
kwant includes extensive unit tests which are supposed to cover all of its
functionality. We use the `nose
<http://somethingaboutorange.com/mrl/projects/nose/>`_ testing framework. To
run the tests, execute the command ``nosetests`` from the root directory of the
package after it has been built in place.
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