Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in combination of listing and code block #48

Open
pucicu opened this issue Dec 18, 2019 · 0 comments
Open

Bug in combination of listing and code block #48

pucicu opened this issue Dec 18, 2019 · 0 comments

Comments

@pucicu
Copy link

pucicu commented Dec 18, 2019

When I use

Installation
------------
**Stable release**
    Via the Python Package Index::

        $> pip install package

**Development version**
    For a simple system-wide installation::

        $> pip install -r requirements.txt .

    Depending on your system, you may need root privileges. On UNIX-based
    operating systems (Linux, Mac OS X etc.) this is achieved with ``sudo``.

    For development, especially if you want to test the package from within
    the source directory::

        $> pip install -r requirements.txt --user -e .

the block after the $> pip install -r requirements.txt . does not appear to be normal text but considered to be code (although it is regular text).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant