Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Apr 23, 2018
1 parent f7ff614 commit 4592f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The following visualization is based on the distribution of 10 topics over a tot
## Troubleshooting
* Please be patient. Depending on corpus size and number of iterations, the process may take some time, meaning something between some seconds and some hours.
* If you are confronted with any problems regarding the application, use [GitHub issues](https://github.com/DARIAH-DE/TopicsExplorer/issues) – but suggestions for improvements, wishes, or hints on typos are of course also welcome.
* If you are unable to run Pipenv, e.g. `-bash: pipenv: command not found`, try `python -m pipenv` instead of only `pipenv`.
* If you have problems with Pipenv, for example `ModuleNotFoundError: No module named 'pkg_resources.extern'` or `Command "python setup.py egg_info" failed with error code 1`, make sure that the current version of `setuptools` is installed. You can fix that with `pip install --upgrade setuptools` within the virtual environment.
* If the application fails after pulling from GitHub, try updating the requirements in your virtual environment with `pipenv update`.

Expand Down
2 changes: 1 addition & 1 deletion application/templates/modeling.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#status {
width: 430px;
height: 330px;
background-color: white;
background-color: #fefffc;
padding: 20px 20px 20px 20px;
position: absolute;
left: 0;
Expand Down

0 comments on commit 4592f15

Please sign in to comment.