Last modified by Aysegül Omus on 2023/10/23 12:56

From version 2.1
edited by Yunhao Wu
on 2023/03/01 16:20
Change comment: There is no comment for this version
To version 1.1
edited by wikibot
on 2023/02/05 20:30
Change comment: Imported from foswiki

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.wyun
1 +XWiki.wikibot
Content
... ... @@ -12,12 +12,18 @@
12 12  
13 13  == 1. Can I install it myself? ==
14 14  
15 -You can install python modules with pythons own package management pip https://pypi.org/project/pip/ while using the the ~-~-user Flag to install it into your home directory.
15 +You can install python modules with pythons own package management pip https://pypi.org/project/pip/ while using the --user Flag to install it into your home directory.
16 16  
17 17  For example:
18 18  
19 -[[image:1677683981712-752.png]]
20 20  
20 +
21 +{{html wiki="true"}}
22 +<blockquote> {{code}}<code>pip install --user mercurial</code>{{/code}}</blockquote>
23 +{{/html}}
24 +
25 +
26 +
21 21  Those modules stay in your home directory until you uninstall them and also transfer with you when you change the workplace.
22 22  
23 23  You can also compile software yourself as long as it does not need administration right(sudo, su) to run it should work. Often there are also precompiled versions that you can just run.
... ... @@ -29,7 +29,6 @@
29 29  == 2. I need that software installed onto the blackbox? What should I do? ==
30 30  
31 31  If you need the software for example for a tutorial or course you can write an email to rbg@in.tum.de, including the following:
32 -
33 33  * Which software in which version is needed?
34 34  * Reason why you need it
35 35  * optional: alternative software that would fulfill the needs