Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning
Commits
730d3612
Commit
730d3612
authored
3 months ago
by
Felix Blanke
Browse files
Options
Downloads
Patches
Plain Diff
Fix python version in INSTALL.md
parent
587838b8
No related branches found
No related tags found
1 merge request
!268
Merge fork for interoperability of KoMa solver
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+2
-2
2 additions, 2 deletions
INSTALL.md
with
2 additions
and
2 deletions
INSTALL.md
+
2
−
2
View file @
730d3612
...
@@ -37,7 +37,7 @@ Python requirements are listed in ``requirements.txt``. They can be installed wi
...
@@ -37,7 +37,7 @@ Python requirements are listed in ``requirements.txt``. They can be installed wi
### Manual Setup
### Manual Setup
1.
setup a virtual environment using the proper python version
``virtualenv venv -p python3.
7
``
1.
setup a virtual environment using the proper python version
``virtualenv venv -p python3.
11
``
1.
activate virtualenv
``source venv/bin/activate``
1.
activate virtualenv
``source venv/bin/activate``
1.
install python requirements
``pip install -r requirements.txt``
1.
install python requirements
``pip install -r requirements.txt``
1.
setup necessary database tables etc.
``python manage.py migrate``
1.
setup necessary database tables etc.
``python manage.py migrate``
...
@@ -68,7 +68,7 @@ is not stored in any repository or similar, and disable DEBUG mode (``settings.p
...
@@ -68,7 +68,7 @@ is not stored in any repository or similar, and disable DEBUG mode (``settings.p
1.
create a folder, e.g.
``mkdir /srv/AKPlanning/``
1.
create a folder, e.g.
``mkdir /srv/AKPlanning/``
1.
change to the new directory
``cd /srv/AKPlanning/``
1.
change to the new directory
``cd /srv/AKPlanning/``
1.
clone this repository
``git clone URL .``
1.
clone this repository
``git clone URL .``
1.
setup a virtual environment using the proper python version
``virtualenv venv -p python3.
7
``
1.
setup a virtual environment using the proper python version
``virtualenv venv -p python3.
11
``
1.
activate virtualenv
``source venv/bin/activate``
1.
activate virtualenv
``source venv/bin/activate``
1.
update tools
``pip install --upgrade setuptools pip wheel``
1.
update tools
``pip install --upgrade setuptools pip wheel``
1.
install python requirements
``pip install -r requirements.txt``
1.
install python requirements
``pip install -r requirements.txt``
...
...
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