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

Rework documentation #382

Open
ChrisRBe opened this issue Sep 9, 2021 · 3 comments
Open

Rework documentation #382

ChrisRBe opened this issue Sep 9, 2021 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ChrisRBe
Copy link
Owner

ChrisRBe commented Sep 9, 2021

Current documentation is not user friendly:

  • missing proper guidelines to set up a development environment
  • how to use
  • how to contribute
@ChrisRBe ChrisRBe added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 9, 2021
@AlexanderLill
Copy link
Contributor

Just from my little experience from my last MR:

  1. Install pipenv (example for OSX with brew: brew install pipenv)
  2. Install dependencies for this project with pipenv install
  3. Start a shell that can use all dependencies: pipenv shell
  4. Run all tests: pytest -v --doctest-modules
  5. Automatically format code: black ./src

@flod1
Copy link

flod1 commented Feb 8, 2023

is there also a guide or executable windows version

@ChrisRBe
Copy link
Owner Author

ChrisRBe commented Feb 9, 2023

Hi @flod1,

there's currently no executable version available.

You should be able to follow the setup also under Windows:

  1. Download and install Python 3.8 or later (Download from python.org) (unit tests are executed against 3.8 to 3.11)
  2. Open a terminal/cmd and run pip install pipenv
  3. once pipenv is installed navigate to the downloaded (either unpacked archive or via git clone) directory
  4. Install all dependencies via pipenv install (if you also need the dev packages add the --dev parameter)
  5. Enter the virtual env pipenv shell
  6. run the script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants