Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
semicon
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
Piotr Rożek
semicon
Commits
cdd3506f
Commit
cdd3506f
authored
7 years ago
by
Rafal Skolasinski
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
7bd79420
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-0
17 additions, 0 deletions
README.md
with
17 additions
and
0 deletions
README.md
+
17
−
0
View file @
cdd3506f
...
...
@@ -46,6 +46,23 @@ or release.
Because project is based on discretizer sympy is required.
Additional requirments are possible.
# Installation
As this package is pure python standard python installation from sources with
```
python setup.py build
python setup.py install
```
should be working without problems. The only non-trivial dependency, Kwant, that
could cause problem if not installed beforehand can be either obtained via
``conda``
or any other installation means explained on
its
[
homepage
](
https://kwant-project.org/
)
.
Direct installation from git is also possible (and favoured as long as conda
package is not out there):
```
pip install git+https://gitlab.kwant-project.org/r-j-skolasinski/semicon.git
```
# Tips about developing inside docker container
...
...
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