-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After testing, (and realizing something I should have known at the start), pip cannot package non-python files such as .html or .js files. so when publishing and installing this as a package, none of those files are included, and thus, the application is not able to run. It only works on systems that have installed agvis through github. Therefore, pip is pretty much useless with AGVis, and conda would be a better place to handle such publishing tasks.
- Loading branch information
Showing
1 changed file
with
40 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters