Created
August 16, 2019 16:32
-
-
Save plant99/532d83aa0045dba0290f8cf7284fb9be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 git clone https://bitbucket.org/plant99/mss | |
2 git pull --rebase origin GSOC19-plant99 | |
3 cd mss | |
4 cd .. | |
5 ls | |
6 mkdir dev | |
7 mv mss dev/ | |
8 exit | |
9 conda activate mssdev | |
10 python mslib/mscolab/server.py | |
11 conda install flask-sqlalchemy | |
12 python mslib/mscolab/server.py | |
13 conda install passlib | |
14 python mslib/mscolab/server.py | |
15 conda install flask-socketio | |
16 pip install python-socketio[client] | |
17 conda install passlib | |
18 python mslib/mscolab/server.py | |
19 conda install flask | |
20 python mslib/mscolab/server.py | |
21 pip install flask | |
22 python mslib/mscolab/server.py | |
23 bash | |
24 python mslib/mscolab/server.py | |
25 conda install validate_email | |
26 python mslib/mscolab/server.py | |
27 ls | |
28 python mslib/mscolab/server.py | |
29 conda activate base | |
30 conda env remove --name mssdev | |
31 conda create -n mssdev python=3 | |
32 conda activate mssdev | |
33 conda install mss flask flask-sqlalchemy validate_email flask-socketio passlib | |
34 python mslib/mscolab/server.py | |
35 conda install git-python | |
36 conda install gitpython | |
37 conda install git-python | |
38 python mslib/mscolab/server.py | |
39 conda install psycopg2 | |
40 python mslib/mscolab/server.py | |
41 conda list | |
42 history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment