Skip to content

Commit 7bd2b21

Browse files
committed
Add Python 3.4 support to README
1 parent 07947ff commit 7bd2b21

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Codespeed
22
[![Build Status](https://travis-ci.org/tobami/codespeed.png?branch=master)](https://travis-ci.org/tobami/codespeed)
33

4-
A web application to monitor and analyze the performance of your code.
4+
Codespeed is a web application to monitor and analyze the performance of your code.
55

6-
Known to be used by [PyPy](http://speed.pypy.org), [Twisted](http://speed.twistedmatrix.com), [RubySpec](http://speed.rubyspec.org) and many more.
6+
Known to be used by [PyPy](http://speed.pypy.org), [Twisted](http://speed.twistedmatrix.com) and others.
77

88
For an overview of some application concepts see the [wiki page](https://github.com/tobami/codespeed/wiki/Overview)
99

1010
# Installation
1111

12-
You will need Python 2.7.
12+
You will need Python 2.7 or 3.4+.
1313

1414
To install dependencies and the codespeed Django app:
1515

@@ -33,13 +33,9 @@ can take a long time. Please be patient.
3333
the data to a database named `data.db`
3434
* Create the DB by typing from the root directory:
3535

36-
python manage.py syncdb
37-
38-
* Create an admin user in the process.
39-
* Execute DB migrations:
40-
4136
python manage.py migrate
4237

38+
* Create an admin user in the process.
4339
* For testing purposes, you can now start the development server:
4440

4541
python manage.py runserver 8000

0 commit comments

Comments
 (0)