Skip to content

Outdated documentation for dev environment #1480

@hodgesmr

Description

@hodgesmr

The developer dependency documentation appears to be out of date:

All development dependencies can be installed by running::
$ pip install -r requirements/development.txt
It is recommended to do this using a virtual environment tool of your choice.
For example, when using the virtual environment library :code:`venv`::
$ python -m venv axelrod_development
$ source axelrod_development/bin/activate
$ pip install -r requirements/development.txt

The file requirements/development.txt doesn't appear to exist. Looks like it was removed in #1440

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions