File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Installing
6666The project is offered as a `Pypi package `_, and using pip is the preferred way
6767to install it. For this use the following command;
6868
69- ``$ pip install dice-notation ``
69+ ``$ pip3 install dice-notation ``
7070
7171If needed, manual installation is possible:
7272
Original file line number Diff line number Diff line change 1- [wheel]
2- # This flag says that the code is written to work on both Python 2 and Python
3- # 3. If at all possible, it is good practice to do this. If you cannot, you
4- # will need to generate wheels for each Python version that you support.
5- universal = 1
6-
71[flake8]
82max-line-length = 80
93exclude = tests/*
Original file line number Diff line number Diff line change 44from os .path import join
55
66from setuptools import find_packages , setup
7- from setuptools .command .easy_install import main as install
8-
9- install (['bernardomg.tox-test-command' ])
10- install (['bernardomg.version-extractor' ])
117
128from tox_test_command import ToxTestCommand
139from version_extractor import extract_version_init
You can’t perform that action at this time.
0 commit comments