Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update install_linux.md
  • Loading branch information
proost committed Nov 30, 2018
1 parent f7b8e88 commit c0b41b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/install_linux.md
@@ -1,4 +1,4 @@
# CoNekt Linux Installation
# CoNekT Linux Installation

## Getting Started

Expand All @@ -12,17 +12,17 @@ Install virtualenv
sudo pip3 install virtualenv


Clone the repository into a directory CoNekt
Clone the repository into a directory CoNekT

git clone https://github.molgen.mpg.de/proost/CoNekt CoNekt
git clone https://github.molgen.mpg.de/proost/CoNekT CoNekT

Set up the virtual environment

virtualenv --python=python3 CoNekt/
virtualenv --python=python3 CoNekT/

Activate the virtual environment

cd PlaNet/
cd CoNekT/
source bin/activate

Install the requirements
Expand Down Expand Up @@ -50,4 +50,4 @@ Build initial database
flask add_admin <new_username> <new_password>


You now have a fresh installation of CoNekt. How to fill it with your data is included in the section [Building CoNekt](building_conekt.md)
You now have a fresh installation of CoNekT. How to fill it with your data is included in the section [Building CoNekT](building_conekt.md)

0 comments on commit c0b41b8

Please sign in to comment.