Open mfekadu opened 4 years ago
pipenv --python 3.6.8
pipenv shell
./run.sh
...
ModuleNotFoundError: No module named 'FOOBAR_FIZZBUZZ'
pipenv install FOOBAR_FIZZBUZZ
package_name = "*"
to the other nice-to-have packagespipenv install pandas
. Perhaps pandas has many dependencies itself and thus resolving the dependency graph is difficult?
csai-scraping uses pipenv and it is just simply intuitive.
Let's set that up here too
It should make issues like #82 less common and easier to resolve/communicate too
Changes needed
Here are 2 nice cheat sheets
Another guide
Pipfiles are toml files