Changeset 6993c72 in OpenWorkouts-current for README.txt


Ignore:
Timestamp:
Feb 4, 2019, 1:10:40 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
d52ba50
Parents:
bf01534 (diff), 3357e47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/ui

# Conflicts:
# ow/templates/profile.pt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    rbf01534 r6993c72  
    22============
    33
    4 Getting Started
    5 ---------------
    6 
    7 - Change directory into your newly created project.
    8 
    9     cd ow
    10 
    11 - Create a Python virtual environment.
    12 
    13     python3 -m venv env
    14 
    15 - Upgrade packaging tools.
    16 
    17     env/bin/pip install --upgrade pip setuptools
    18 
    19 - Install the project in editable mode with its testing requirements.
    20 
    21     env/bin/pip install -e ".[testing]"
    22 
    23 - Run your project's tests.
    24 
    25     env/bin/pytest
    26 
    27 - Run your project.
    28 
    29     env/bin/pserve development.ini
     4TBW, if you look for installation instructions, take a look at the script
     5bin/install
Note: See TracChangeset for help on using the changeset viewer.