Merge pull request #105 from baztian/fix-devel-readme-formatting

Fix formatting of sourcecode in developers README
master
baztian 2019-09-02 10:42:20 +02:00 committed by GitHub
commit 9abdd926de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -159,6 +159,7 @@ Changelog
=========
- Next version - unreleased
- 1.1.1 - 2017-03-21
- Added compatibility to JPype1 0.7 (thanks to @Iverian, @Thrameos)
- Dropped python 2.6 support

View File

@ -10,7 +10,9 @@ Setup test requirements
=======================
::
sudo apt-get install python2.7-dev python3-dev python3-venv g++ maven
sudo apt-get install python2.7-dev python3-dev python3-venv \
build-essentials g++ maven
cd <JAYDEBEAPI_WORKDIR>
python3 -m venv env
. env/bin/activate
@ -22,7 +24,7 @@ Setup test requirements
# add jython to your path
# Install Python 2.6
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python2.6 python2.6-dev