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

Add 'How to install' section and requirements.txt #1

Merged
merged 6 commits into from
Aug 25, 2020

Conversation

wikijm
Copy link
Contributor

@wikijm wikijm commented Mar 30, 2018

No description provided.

requirements.txt Outdated
@@ -0,0 +1,22 @@
asn1crypto==0.24.0
beautifulsoup4==4.6.0
bs4==0.0.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed given that beautifulsoup4 is just above?

@wikijm
Copy link
Contributor Author

wikijm commented Mar 31, 2018

Hi @cclauss,

Honestly, my python skills are limited 😞

As I can say is:

  • I'm not sure about asn1crypto usage. Feel free to remove it
  • When I uninstall beautifulsoup4 and bs4, I get this error:
Traceback (most recent call last):
  File "SI_login.py", line 16, in <module>
    from bs4 import BeautifulSoup
ImportError: No module named bs4
[Error] Unable to login to LinkedIn.com

@cclauss
Copy link

cclauss commented Mar 31, 2018

Keep beautifulsoup4 in and remove bs4.

Remove uneeded apps
@wikijm
Copy link
Contributor Author

wikijm commented Mar 31, 2018

Done! 😃

@dchrastil dchrastil merged commit 626b8a7 into dchrastil:master Aug 25, 2020
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

Successfully merging this pull request may close these issues.

3 participants